We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77669c7 commit c72b131Copy full SHA for c72b131
.github/workflows/docker.yml
@@ -45,5 +45,6 @@ jobs:
45
port: ${{ secrets.VM_PORT }}
46
username: ${{ secrets.VM_USERNAME }}
47
key: ${{ secrets.VM_SSH_KEY }}
48
+ password: ${{ secrets.VM_PASS }}
49
script: |
50
sudo ./deploy.sh
0 commit comments