Browse Source
It's hacky as hell, but it's what we currently have deployed... We'll have to come back to that later.master
1 changed files with 4 additions and 2 deletions
@ -1,5 +1,7 @@
|
||||
#!/usr/bin/env bash |
||||
#!/bin/bash |
||||
|
||||
set -euo pipefail |
||||
|
||||
poetry run gunicorn -b "localhost:${PORT}" --timeout 120 'webapp.app' |
||||
export PATH="/usr/bin/:/bin/:/srv/www/Axione-FTTH-Test/.poetry/bin/" |
||||
poetry install |
||||
poetry run gunicorn -b "localhost:${PORT}" --timeout 120 'webapp:app' |
||||
|
Loading…
Reference in new issue