Skip to content

Commit

Permalink
[settings] latest 태그의 이미지 pull하도록 CI-CD 파일 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
jinkonu authored Jul 16, 2024
1 parent 41d62fb commit f155452
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/DOCKER-CI-CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
key: ${{ secrets.SERVER_KEY }}
script: |
sudo docker login -u ${{ secrets.DOCKER_LOGIN_USERNAME }} -p ${{ secrets.DOCKER_LOGIN_ACCESSTOKEN }}
sudo docker pull ${{ secrets.DOCKER_LOGIN_USERNAME }}/recordy
sudo docker pull ${{ secrets.DOCKER_LOGIN_USERNAME }}/recordy:latest
sudo chmod 777 /home/ubuntu/scripts/deploy.sh
/home/ubuntu/scripts/deploy.sh
docker image prune -f
docker image prune -f

0 comments on commit f155452

Please sign in to comment.