Skip to content

Commit

Permalink
add --remove-orphans
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitriRomano committed Sep 13, 2024
1 parent 0347893 commit c8d18b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,4 @@ jobs:
script: |
cd ~/${{ secrets.SSH_USERNAME }}
echo ${{ secrets.REGISTRY_KEY }} | docker login ghcr.io -u ${{ github.actor }} --password-stdin
docker-compose up -d
docker-compose up -d --remove-orphans

0 comments on commit c8d18b2

Please sign in to comment.