Skip to content

Commit

Permalink
fix: 배포 yml 파일 동기화
Browse files Browse the repository at this point in the history
  • Loading branch information
kmi0817 committed Oct 6, 2024
1 parent 4aca75c commit 9a707d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
with:
host: ${{ secrets.SERVER_IP }}
username: ${{ secrets.SERVER_USERNAME }}
key: ${{ secrets.SERVER_KEY }}
password: ${{ secrets.SERVER_PASS }}
port: ${{ secrets.SERVER_PORT }}
script: |
sudo docker login --username ${{ secrets.DOCKER_ID }} --password ${{ secrets.DOCKER_PASSWORD }}
Expand Down

0 comments on commit 9a707d0

Please sign in to comment.