Skip to content

Commit

Permalink
change auth method
Browse files Browse the repository at this point in the history
  • Loading branch information
MSPoulaei committed Jul 28, 2024
1 parent b1c326d commit a8ae4b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ jobs:
with:
host: ${{ secrets.SERVER_HOST }}
username: ${{ secrets.SERVER_USER }}
key: ${{ secrets.SERVER_SSH_KEY }}
password: ${{ secrets.SERVER_PASSWORD }}
# key: ${{ secrets.SERVER_SSH_KEY }}
port: ${{ secrets.SERVER_SSH_PORT }}
envs: GITHUB_SHA
script: |
Expand Down

0 comments on commit a8ae4b2

Please sign in to comment.