Skip to content

Commit 1363f1a

Browse files
authored
Update beget-deploy.yml
1 parent 51f3350 commit 1363f1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/beget-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
host: ${{ secrets.BEGET_SSH_HOST }}
2222
username: ${{ secrets.BEGET_SSH_USER }}
23-
key: ${{ secrets.BEGET_SSH_PASSWORD }}
23+
password: ${{ secrets.BEGET_SSH_PASSWORD }}
2424
source: "src/main/java/"
2525
target: ${{ secrets.BEGET_DEPLOY_PATH }}
2626
overwrite: true
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
host: ${{ secrets.BEGET_SSH_HOST }}
3232
username: ${{ secrets.BEGET_SSH_USER }}
33-
key: ${{ secrets.BEGET_SSH_PASSWORD }}
33+
password: ${{ secrets.BEGET_SSH_PASSWORD }}
3434
script: |
3535
cd /root/schedule-parse-system/
3636
bash restart-services.sh

0 commit comments

Comments
 (0)