We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7e0105 commit 3856f06Copy full SHA for 3856f06
1 file changed
.github/workflows/deploy.yml
@@ -39,7 +39,7 @@ jobs:
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: '/home/deploy/admin-api-rust/target/release/admin-api-rust'
43
44
- name: Restart service
45
uses: appleboy/ssh-action@v1.2.0
0 commit comments