Skip to content

Commit

Permalink
Fix: key -> password변경
Browse files Browse the repository at this point in the history
  • Loading branch information
RinRinPARK committed Aug 5, 2024
1 parent 87342ef commit 5ca16c5
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 5ca16c5

Please sign in to comment.