Skip to content

Commit

Permalink
fix(bot): add '--rmi' to compose down
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulYakow committed Feb 9, 2024
1 parent 1ba20bb commit d88a458
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,5 @@ jobs:
run: |
ssh -i deploy_key -p ${{ env.SSH_PORT }} -o StrictHostKeyChecking=no ${{ env.HOST }} "\
cd ${{ env.DEPLOY_DIRECTORY }} && \
docker compose down && \
docker compose down --rmi && \
docker compose up -d"

0 comments on commit d88a458

Please sign in to comment.