Skip to content

Commit

Permalink
chore(workflow): docker 커맨드에 sudo 추가
Browse files Browse the repository at this point in the history
서버 설정 변경으로 인해 커맨드 내용 수정
  • Loading branch information
CODe5753 authored Jan 24, 2023
1 parent 5baa9f1 commit f776e28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@ jobs:
sudo docker ps
sudo docker-compose down
sudo docker rmi ${{ secrets.DOCKER_REPO }}/hometerview -f
docker image prune -f
docker-compose up -d
sudo docker image prune -f
sudo docker-compose up -d

0 comments on commit f776e28

Please sign in to comment.