aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriel A. Giovanini <mail@gabrielgio.me>2022-05-08 16:38:56 +0200
committerGabriel A. Giovanini <mail@gabrielgio.me>2022-05-08 16:38:56 +0200
commitcc9fada4aa00b219c962ebb9b86437c7b6ca0c38 (patch)
treeb9e856bc271ca256fc5e2744b7c623ce0f8bec7c
parentf5d54a1418c46244fe979b8c1ad9b77d9e95137f (diff)
downloadmacroblog.rs-cc9fada4aa00b219c962ebb9b86437c7b6ca0c38.tar.gz
macroblog.rs-cc9fada4aa00b219c962ebb9b86437c7b6ca0c38.tar.bz2
macroblog.rs-cc9fada4aa00b219c962ebb9b86437c7b6ca0c38.zip
fix: Change process type
Change heroku procfile process type to web so the process can receive http requet through `POST` envvar.
-rw-r--r--Procfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Procfile b/Procfile
index a694033..0c1f273 100644
--- a/Procfile
+++ b/Procfile
@@ -1 +1 @@
-release: ./target/release/macroblog \ No newline at end of file
+web: ./target/release/macroblog \ No newline at end of file