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 5021293 commit 828b876Copy full SHA for 828b876
1 file changed
.github/workflows/cd-dev.yml
@@ -63,10 +63,10 @@ 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
70
chmod +x ./deploy.sh
71
- sudo ./deploy.sh dev
+ ./deploy.sh dev
72
docker image prune -f
0 commit comments