Skip to content

Commit

Permalink
Merge pull request #59 from Nexters/fix/deploy-script
Browse files Browse the repository at this point in the history
chore(docker) : deploy 도커 경로 수정
  • Loading branch information
parkdaye authored Jul 4, 2024
2 parents 17502d3 + 81c4d62 commit 0effea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,6 @@ jobs:
sudo docker ps
sudo docker rm -f $(docker ps -qa)
sudo docker pull ${{ secrets.DOCKER_USERNAME }}/moyeomoyeo
cd ./app/docker
cd /moyeo-moyeo-BE/app/docker
sudo docker-compose up -d
sudo docker image prune -f

0 comments on commit 0effea8

Please sign in to comment.