We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d3f229 commit 4109a19Copy full SHA for 4109a19
1 file changed
.github/workflows/dev-deploy.yml
@@ -47,7 +47,7 @@ jobs:
47
with:
48
host: ${{ secrets.SERVER_HOST }}
49
username: ${{ secrets.SSH_USERNAME }}
50
- key: ${{ secrets.SSH_KEY }}
+ password: ${{ secrets.SSH_KEY }}
51
port: ${{ secrets.PORT }}
52
script: |
53
docker pull devsolfe/server:latest
0 commit comments