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 | 9350f219a1b3d1b90d1099b7d871acb01742eb31 (patch) | |
| tree | 8a5856e93401026d08bf818f48a5910c548550ad | |
| parent | fix: More Rocket shenanigans (diff) | |
| download | api-9350f219a1b3d1b90d1099b7d871acb01742eb31.tar.xz api-9350f219a1b3d1b90d1099b7d871acb01742eb31.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 |