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 51f3350 commit 1363f1aCopy full SHA for 1363f1a
.github/workflows/beget-deploy.yml
@@ -20,7 +20,7 @@ jobs:
20
with:
21
host: ${{ secrets.BEGET_SSH_HOST }}
22
username: ${{ secrets.BEGET_SSH_USER }}
23
- key: ${{ secrets.BEGET_SSH_PASSWORD }}
+ password: ${{ secrets.BEGET_SSH_PASSWORD }}
24
source: "src/main/java/"
25
target: ${{ secrets.BEGET_DEPLOY_PATH }}
26
overwrite: true
@@ -30,7 +30,7 @@ jobs:
30
31
32
33
34
script: |
35
cd /root/schedule-parse-system/
36
bash restart-services.sh
0 commit comments