aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-04-26 16:23:25 -0700
committerGitHub <[email protected]>2021-04-26 16:23:25 -0700
commit5fa9550186b0326b7d65f4bc068bd8368fc7ead1 (patch)
tree69471fd84e15d963a4a8a4157ce9c2a45b3a04a9
parentfix: More Rocket shenanigans (diff)
downloadapi-worker-5fa9550186b0326b7d65f4bc068bd8368fc7ead1.tar.xz
api-worker-5fa9550186b0326b7d65f4bc068bd8368fc7ead1.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