Skip to content

Commit

Permalink
Adding no cache to docker compose (minmatarfleet#708)
Browse files Browse the repository at this point in the history
  • Loading branch information
beautifulmim authored Sep 8, 2024
1 parent 1290c44 commit 6b060c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
host: ${{ secrets.UBUNTU_HOST }}
username: ${{ secrets.UBUNTU_USERNAME }}
password: ${{ secrets.UBUNTU_PASSWORD }}
script: cd /home/minmatar/minmatar.org; git reset --hard; git pull; docker-compose -f docker-compose-prod.yml up -d --build; docker image prune -a -f
script: cd /home/minmatar/minmatar.org; git reset --hard; git pull; docker-compose -f docker-compose-prod.yml up -d --build --no-cache; docker image prune -a -f
notify-discord-failure:
name: Notify Discord Failure
runs-on: ubuntu-latest
Expand Down

0 comments on commit 6b060c5

Please sign in to comment.