We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3856f06 commit 2f80884Copy full SHA for 2f80884
1 file changed
.github/workflows/deploy.yml
@@ -33,13 +33,13 @@ jobs:
33
run: cargo build --release
34
35
- name: Deploy to VPS
36
- uses: appleboy/scp-action@v0.1.3
+ uses: appleboy/scp-action@v0.1.7
37
with:
38
host: ${{ secrets.VPS_HOST }}
39
username: ${{ secrets.VPS_USER }}
40
key: ${{ secrets.VPS_SSH_KEY }}
41
source: 'target/release/admin-api-rust'
42
- target: '/home/deploy/admin-api-rust/target/release/admin-api-rust'
+ target: '/home/deploy/admin-api-rust'
43
44
- name: Restart service
45
uses: appleboy/ssh-action@v1.2.0
0 commit comments