Skip to content

Commit

Permalink
ajout docker pull dans la ci
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitriRomano committed Sep 15, 2024
1 parent 6484ac6 commit 5c8c27e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,4 +109,5 @@ jobs:
script: |
cd ~/${{ secrets.SSH_USERNAME }}
echo ${{ secrets.REGISTRY_KEY }} | docker login ghcr.io -u ${{ github.actor }} --password-stdin
docker pull ghcr.io/munch-ynov/munch-back:main
docker compose up -d --remove-orphans --force-recreate

0 comments on commit 5c8c27e

Please sign in to comment.