Skip to content

Commit

Permalink
fix: key to password
Browse files Browse the repository at this point in the history
  • Loading branch information
Anhye0n authored Jul 10, 2024
1 parent 04f229a commit 2fa82d2
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 @@ -34,7 +34,7 @@ jobs:
with:
host: ${{ secrets.SSH_HOST }}
username: ${{ secrets.SSH_USER }}
key: ${{ secrets.SSH_SSH_KEY }}
password: ${{ secrets.SSH_PASSWORD }}
port: ${{ secrets.SSH_PORT }}
script: |
rm -rf /home/anhye0n/web/tutorial_sejong/frontend/*
Expand Down

0 comments on commit 2fa82d2

Please sign in to comment.