We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae12717 commit 8ae5243Copy full SHA for 8ae5243
1 file changed
.github/workflows/cd.yml
@@ -63,7 +63,7 @@ jobs:
63
with:
64
host: ${{ secrets.HOST_NAME }}
65
username: ${{ secrets.USER_NAME }}
66
- password: ${{ secrets.USER_PASSWORD }}
+ key: ${{ secrets.SSH_KEY }}
67
port: ${{ secrets.PORT }}
68
script: |
69
docker pull ${{ secrets.DOCKER_USER }}/kodaero:latest
0 commit comments