Skip to content

Commit

Permalink
docs: sudo 명령어 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
dgjinsu committed Nov 17, 2023
1 parent 09ca39a commit 742ac60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ jobs:
script: |
sudo docker rm -f $(docker ps -qa)
sudo docker pull ${{ secrets.DOCKERHUB_USERNAME }}/jikgong
docker-compose up -d
docker image prune -f
sudo docker-compose up -d
sudo docker image prune -f
# # ec2에 접속해 script 명령어 실행
# - name: executing remote ssh commands using password
Expand Down

0 comments on commit 742ac60

Please sign in to comment.