We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f05fcb commit 040b5dfCopy full SHA for 040b5df
1 file changed
.github/workflows/deploy.yml
@@ -34,7 +34,7 @@ jobs:
34
port: ${{ secrets.SERVER_PORT }}
35
key: ${{ secrets.SERVER_SSH_KEY }}
36
source: "entrance/target/entrance*.jar,entrance/src/main/resources/application-prod.yaml,restart.sh"
37
- target: "${{ secrets.SERVER_PROJECT_PATH }}"
+ target: ${{ secrets.SERVER_PROJECT_PATH }}
38
39
# 执行 restart.sh
40
- name: perform restart.sh
0 commit comments