Skip to content

Commit

Permalink
fix: CD script 일부 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
capDoYeonLee committed Nov 27, 2023
1 parent 24807e1 commit e182ff4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ jobs:
port: 22
working-directory: ./be/overflow
script: |
ls -al
sudo usermod -a -G docker $USER
sudo docker pull ${{ secrets.DOCKER_REPO }}/ecnv-overflow
docker pull ${{ secrets.DOCKER_REPO }}/ecnv-overflow
docker-compose up -d
docker image prune -f

0 comments on commit e182ff4

Please sign in to comment.