Skip to content

Commit

Permalink
merge pull request #467 from boostcampwm2023/yaongmeow-patch-2
Browse files Browse the repository at this point in the history
[fix] update deploy.yml
  • Loading branch information
yaongmeow authored Aug 31, 2024
2 parents 345021f + 72fe587 commit a886f8b
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 a886f8b

Please sign in to comment.