Skip to content

Commit 0c62ad7

Browse files
new deploy 1
1 parent 59d9867 commit 0c62ad7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ jobs:
1010
uses: appleboy/ssh-action@v1.2.0
1111
with:
1212
host: ${{ secrets.VPS_HOST }}
13-
username: ${{ secrets.VPS_USER }}
14-
key: ${{ secrets.VPS_KEY }}
15-
port: ${{ secrets.VPS_PORT || 22 }}
13+
username: root
14+
password: ${{ secrets.VPS_KEY }}
15+
port: 22
1616
script: |
1717
set -e
1818
cd api

0 commit comments

Comments
 (0)