Skip to content

Commit

Permalink
ci: wait before loading fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
soyuka committed Jun 13, 2024
1 parent a297a5f commit 7ea02c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ jobs:
SCRIPT_AFTER: |
cd ${{secrets.REMOTE_TARGET}}
docker compose --env-file .env.local build
docker compose --env-file .env.local up -d
docker compose --env-file .env.local up --wait
docker compose exec php bin/console app:load-fixtures

0 comments on commit 7ea02c1

Please sign in to comment.