Skip to content

Commit

Permalink
fix: deploy.yml 키값 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Walkers15 committed Jan 28, 2024
1 parent c8a8905 commit 8f05104
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 @@ -45,7 +45,8 @@ jobs:
with:
host: ${{ secrets.NCP_HOST }}
username: root
password: $ {{ secrets.NCP_PASSWORD }}
password: ${{ secrets.NCP_PASSWORD }}
port: ${{ secrets.NCP_PORT }}
script: |
sudo docker rm -f $(docker ps -qa)
sudo docker pull ${{ secrets.DOCKER_USERNAME }}/server-web
Expand Down

0 comments on commit 8f05104

Please sign in to comment.