Skip to content

Commit

Permalink
revert --wait on deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
hansiboy1999 committed Jan 28, 2025
1 parent d3b663d commit fdae811
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 @@ -46,7 +46,7 @@ jobs:
run: docker compose --profile proxy -p proxy up -d

- name: Deploy docker compose
run: docker compose -f compose.yaml --profile stateful --profile stateless --profile migrate up --build -d --wait
run: docker compose -f compose.yaml --profile stateful --profile stateless --profile migrate up --build -d

- name: Deploy monitoring
run: docker compose --profile monitor -p monitor up -d

0 comments on commit fdae811

Please sign in to comment.