Skip to content

Commit

Permalink
merge pull request #477 from kmi0817/be-feature/#475-yml-synchronization
Browse files Browse the repository at this point in the history
[fix] ๋ฐฐํฌ yml ํŒŒ์ผ ๋™๊ธฐํ™”
  • Loading branch information
yaongmeow authored Oct 6, 2024
2 parents 8c9b0c0 + 9a707d0 commit f503d10
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 f503d10

Please sign in to comment.