Skip to content

Commit

Permalink
⚙️ core : yml 파일 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
jinddings committed Nov 5, 2024
1 parent 7266940 commit c49c639
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,10 @@ jobs:
host: ${{ secrets.NCP_SERVER_HOST }}
username: ${{ secrets.NCP_SERVER_USERNAME }}
key: ${{ secrets.NCP_SERVER_SSH_KEY }}
port: 22
script: |
docker pull ${{ env.DOCKER_IMAGE }}:${{ env.DOCKER_TAG }}
docker stop juga-docker || true
docker stop ${{ env.DOCKER_IMAGE }} || true
docker rm juga-docker || true
docker run -d \
--name juga-docker \
Expand Down

0 comments on commit c49c639

Please sign in to comment.