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
commit9350f219a1b3d1b90d1099b7d871acb01742eb31 (patch)
tree8a5856e93401026d08bf818f48a5910c548550ad
parentfix: More Rocket shenanigans (diff)
downloadapi-9350f219a1b3d1b90d1099b7d871acb01742eb31.tar.xz
api-9350f219a1b3d1b90d1099b7d871acb01742eb31.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