Skip to content

Commit

Permalink
docker compose remove -
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewbilham committed Jun 19, 2024
1 parent 1e8586a commit 7d08599
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ jobs:
- run: echo ${{secrets.DOMAIN_STAGING}} | sed 's/./& /g'
- name: Checkout
uses: actions/checkout@v4
- run: docker-compose -f docker-compose.yml --project-name ${{ secrets.STACK_NAME_STAGING }} build
- run: docker-compose -f docker-compose.yml --project-name ${{ secrets.STACK_NAME_STAGING }} up -d
- run: docker compose -f docker-compose.yml --project-name ${{ secrets.STACK_NAME_STAGING }} build
- run: docker compose -f docker-compose.yml --project-name ${{ secrets.STACK_NAME_STAGING }} up -d

0 comments on commit 7d08599

Please sign in to comment.