Skip to content

Commit

Permalink
fix service name
Browse files Browse the repository at this point in the history
  • Loading branch information
jdkent committed Nov 12, 2024
1 parent 18238fe commit 8e19d95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-to-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ jobs:
# Wait for PostgreSQL to be ready
until docker compose exec store_pgsql pg_isready; do sleep 5; done
docker compose exec store flask db migrate
docker compose exec store flask db upgrade
docker compose exec neurostore flask db migrate
docker compose exec neurostore flask db upgrade
'
- name: Run Docker commands in compose directory if changes detected
Expand Down

0 comments on commit 8e19d95

Please sign in to comment.