Skip to content

Commit

Permalink
remove needed file
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixTJDietrich committed Dec 2, 2024
1 parent f28b3ad commit b7be687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
proxy_key: ${{ secrets.DEPLOYMENT_GATEWAY_SSH_KEY }}
proxy_port: ${{ vars.DEPLOYMENT_GATEWAY_PORT }}
script: |
docker compose -f docker-compose.prod.yml down --remove-orphans --rmi all
docker compose down --remove-orphans --rmi all
- name: checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit b7be687

Please sign in to comment.