Skip to content

Commit

Permalink
Making sure alembic succeeds before starting app
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-moore-97 committed Nov 17, 2023
1 parent 17d10d2 commit 9ae825a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ applications:
buildpacks:
- python_buildpack
command: |
alembic upgrade head
alembic upgrade head &&
uvicorn gdrive.main:app --host 0.0.0.0 --port $PORT
services:
- gdrive
Expand Down

0 comments on commit 9ae825a

Please sign in to comment.