Skip to content

Commit 0522209

Browse files
committed
fix syntax
1 parent 4d354c7 commit 0522209

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/deploy-to-staging.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,7 @@ jobs:
8484
8585
# Wait for PostgreSQL to be ready
8686
until docker compose exec compose_pgsql pg_isready; do sleep 5; done
87-
88-
docker compose exec compose flask db upgrade
87+
docker compose exec compose flask db upgrade
8988
'
9089
9190
- name: Skip Docker commands and run frontend build if only frontend changes detected

0 commit comments

Comments
 (0)