aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-04-26 16:23:25 +0000
committerGitHub <[email protected]>2021-04-26 16:23:25 +0000
commit8eee53447335e15abbb6a3caaf33de0f30e74bf1 (patch)
tree69471fd84e15d963a4a8a4157ce9c2a45b3a04a9
parentfix: More Rocket shenanigans (diff)
downloadapi-worker-8eee53447335e15abbb6a3caaf33de0f30e74bf1.tar.xz
api-worker-8eee53447335e15abbb6a3caaf33de0f30e74bf1.zip
fix: Rocket stuff
-rw-r--r--Procfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Procfile b/Procfile
index db66dc5..7524216 100644
--- a/Procfile
+++ b/Procfile
@@ -1 +1 @@
-web: ROCKET_PORT=$PORT ROCKET_KEEP_ALIVE=0 ROCKET_ENV=production ./target/release/senpy-api
+web: ROCKET_PORT=$PORT ROCKET_KEEP_ALIVE=0 ROCKET_ENV=release ./target/release/senpy-api