We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a33abda + 80bfd74 commit 7c539d0Copy full SHA for 7c539d0
.github/workflows/deploy.yml
@@ -27,5 +27,6 @@ jobs:
27
cd /home/shlacker2020/Batcave/CPT_ANYTHING/api_looter
28
docker compose down
29
docker compose up --build -d
30
+ docker exec -it api_looter_web flask db upgrade
31
docker exec -it api_looter_web python -m app.seed
32
EOF
0 commit comments