Skip to content

Commit

Permalink
ci(deploy): wait timeout 3 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
enisdenjo committed Nov 23, 2023
1 parent cb99690 commit c07c774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-deploy-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@ jobs:
SESSION_SECRET: ${{ secrets.SESSION_SECRET }}
POSTGRES_PASSWORD: ${{ secrets.POSTGRES_PASSWORD }}
PGBACKREST_CONF_PATH: ${{ secrets.PGBACKREST_CONF_PATH }}
run: docker compose -f docker-compose.yml -f docker-compose.prod.yml up -d --wait
run: docker compose -f docker-compose.yml -f docker-compose.prod.yml up -d --wait --wait-timeout 180

0 comments on commit c07c774

Please sign in to comment.