Skip to content

Commit

Permalink
Merge pull request #156 from swm-standard/rin/swm-138
Browse files Browse the repository at this point in the history
Fix: key -> password변경
  • Loading branch information
RinRinPARK authored Aug 5, 2024
2 parents 87342ef + 5ca16c5 commit 1d1a7b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/develop-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
with:
host: ${{ secrets.DEV_HOST }}
username: ${{ secrets.USERNAME }}}
key: ${{ secrets.DEV_PRIVATE_KEY }}
password: ${{ secrets.DEV_PASSWORD }}
port: ${{ secrets.DEV_PORT }}
script: |
docker pull ${{ secrets.DOCKER_USERNAME }}/phote:latest
Expand Down

0 comments on commit 1d1a7b4

Please sign in to comment.