Skip to content

Commit

Permalink
* Slightly adjusting a github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
korsakovs committed Feb 19, 2024
1 parent 6b0a7dc commit feaab33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ jobs:
- run: docker context create remote --docker "host=ssh://${{ secrets.WWF_SSH_USERNAME }}@${{ secrets.WWF_SERVER }}"
- run: docker --context remote compose -f docker/docker-compose.common.yml -f docker/docker-compose.prod.yml build
- run: docker --context remote compose -f docker/docker-compose.common.yml -f docker/docker-compose.prod.yml up -d --force-recreate
- run: docker --context remote image prune -a -f
- run: docker --context remote container prune -f
- run: docker --context remote image prune -a -f
- run: docker --context remote volume prune -a -f

0 comments on commit feaab33

Please sign in to comment.