We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c4d92d commit 88446e2Copy full SHA for 88446e2
1 file changed
.github/workflows/release.yml
@@ -73,14 +73,15 @@ jobs:
73
- name: Upload binary via SCP
74
uses: appleboy/scp-action@v0.1.6
75
with:
76
- host: ${{ secrets.SSH_HOST }}
+ host: ${{ secrets.SSH_HOST }}
77
username: ${{ secrets.SSH_USERNAME }}
78
key: ${{ secrets.SSH_PRIVATE_KEY }}
79
port: ${{ secrets.PORT }}
80
source: "target/release/bot"
81
- target: "/home/${{ secrets.SSH_USERNAME }}/uri2json_bot/uri2json"
+ target: "/home/${{ secrets.SSH_USERNAME }}/uri2json_bot/"
82
+ strip_components: 2
83
overwrite: true
-
84
+ debug: true
85
- name: Restart application via SSH
86
uses: appleboy/ssh-action@v0.1.10
87
0 commit comments