Skip to content

Commit

Permalink
#3 fix : 경로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
sycuuui committed Mar 26, 2024
1 parent 6b3cefa commit 2801cae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
key: ${{ secrets.SSH_PRIVATE_KEY }}
script: |
docker-compose --version
cd ./server-springboot/docker-compose.yml
cd server-springboot/
sudo docker login -u ${{ secrets.DOCKERHUB_USERNAME }} -p ${{ secrets.DOCKERHUB_PASSWORD }}
sudo docker-compose stop ${{ secrets.DOCKER_SERVICE_NAME }}
sudo docker-compose rm -f ${{ secrets.DOCKER_SERVICE_NAME }}
Expand Down

0 comments on commit 2801cae

Please sign in to comment.