Skip to content

Commit

Permalink
Fix: 스크립트 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
mingeun.kim committed Oct 19, 2024
1 parent 837232b commit 7b3003c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ncp-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
env:
SSH_PASSWORD: ${{ secrets.NCP_DEV_PASSWORD }}
run: |
sshpass -p "$SSH_PASSWORD" ssh -o StrictHostKeyChecking=no root@${{ secrets.NCP_DEV_HOST }} << EOF
sshpass -p "$SSH_PASSWORD" ssh -tt -o StrictHostKeyChecking=no root@${{ secrets.NCP_DEV_HOST }} << EOF
docker pull ${{ secrets.NCP_CONTAINER_REGISTRY }}/${{ env.PROJECT_NAME }}:latest
docker stop ${{ env.PROJECT_NAME }} || true
docker rm ${{ env.PROJECT_NAME }} || true
Expand Down

0 comments on commit 7b3003c

Please sign in to comment.