Skip to content

Commit 4109a19

Browse files
committed
Fix: change to using ssh password
1 parent 9d3f229 commit 4109a19

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dev-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
with:
4848
host: ${{ secrets.SERVER_HOST }}
4949
username: ${{ secrets.SSH_USERNAME }}
50-
key: ${{ secrets.SSH_KEY }}
50+
password: ${{ secrets.SSH_KEY }}
5151
port: ${{ secrets.PORT }}
5252
script: |
5353
docker pull devsolfe/server:latest

0 commit comments

Comments
 (0)