Skip to content

Commit c72b131

Browse files
authored
ssh with pass instead of a key
1 parent 77669c7 commit c72b131

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/docker.yml

+1
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,6 @@ jobs:
4545
port: ${{ secrets.VM_PORT }}
4646
username: ${{ secrets.VM_USERNAME }}
4747
key: ${{ secrets.VM_SSH_KEY }}
48+
password: ${{ secrets.VM_PASS }}
4849
script: |
4950
sudo ./deploy.sh

0 commit comments

Comments
 (0)