Skip to content

Commit

Permalink
Chore: 과릿 1.1.10 (#359)
Browse files Browse the repository at this point in the history
* Chore: 배포 설정 변경 #355

* Chore: Workflow 수정 #355
  • Loading branch information
dl-00-e8 authored Dec 19, 2023
1 parent 0668484 commit 2459c97
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 @@ -70,7 +70,7 @@ jobs:
key: ${{ secrets.SSH_PRIVATE_KEY }}
passphrase: ${{ secrets.SSH_PASSPHRASE }}
envs: GITHUB_SHA
scripts: |
script: |
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 2459c97

Please sign in to comment.