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 | a88c8f38b9a538c9faf6a503e4d6c5250f4ed26d (patch) | |
| tree | 69471fd84e15d963a4a8a4157ce9c2a45b3a04a9 | |
| parent | fix: More Rocket shenanigans (diff) | |
| download | api-a88c8f38b9a538c9faf6a503e4d6c5250f4ed26d.tar.xz api-a88c8f38b9a538c9faf6a503e4d6c5250f4ed26d.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 |