Skip to content

Commit

Permalink
Switch to password
Browse files Browse the repository at this point in the history
  • Loading branch information
tekktrik committed Feb 12, 2024
1 parent 52cfe1c commit eed4179
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
host: tekktrik.dev
username: ${{ secrets.USERNAME }}
key: ${{ secrets.SSH_KEY }}
password: ${{ secrets.PASSWORD }}
script: |
# Change to directory
cd /srv/www/tekktrik-dev
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
host: tekktrik.dev
username: ${{ secrets.USERNAME }}
key: ${{ secrets.SSH_KEY }}
password: ${{ secrets.PASSWORD }}
script: |
# Change to directory
cd /srv/www/test-tekktrik-dev
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_unpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
host: tekktrik.dev
username: ${{ secrets.USERNAME }}
key: ${{ secrets.SSH_KEY }}
password: ${{ secrets.PASSWORD }}
script: |
# Change to directory
cd /srv/www/test-tekktrik-dev
Expand Down

0 comments on commit eed4179

Please sign in to comment.