We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b02ba2 commit a582220Copy full SHA for a582220
.github/workflows/staging.yml
@@ -41,4 +41,4 @@ jobs:
41
42
- name: Rebuild with docker-compose
43
if: ${{ always() }}
44
- run: ssh staging 'cd /srv/${{ github.event.repository.name }} && docker compose up -d --build'
+ run: ssh staging 'cd /srv/${{ github.event.repository.name }} && docker compose up -f docker-compose.dev.yml -d --build'
0 commit comments