diff options
| author | Fuwn <[email protected]> | 2021-04-26 16:23:25 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-04-26 16:23:25 -0700 |
| commit | 5fa9550186b0326b7d65f4bc068bd8368fc7ead1 (patch) | |
| tree | 69471fd84e15d963a4a8a4157ce9c2a45b3a04a9 | |
| parent | fix: More Rocket shenanigans (diff) | |
| download | api-worker-5fa9550186b0326b7d65f4bc068bd8368fc7ead1.tar.xz api-worker-5fa9550186b0326b7d65f4bc068bd8368fc7ead1.zip | |
fix: Rocket stuff
| -rw-r--r-- | Procfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |