diff options
| author | Fuwn <[email protected]> | 2021-04-26 16:23:25 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-04-26 16:23:25 +0000 |
| commit | 8eee53447335e15abbb6a3caaf33de0f30e74bf1 (patch) | |
| tree | 69471fd84e15d963a4a8a4157ce9c2a45b3a04a9 | |
| parent | fix: More Rocket shenanigans (diff) | |
| download | api-worker-8eee53447335e15abbb6a3caaf33de0f30e74bf1.tar.xz api-worker-8eee53447335e15abbb6a3caaf33de0f30e74bf1.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 |