Skip to content

Commit 3856f06

Browse files
committed
FIX: Fix scp target
1 parent a7e0105 commit 3856f06

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
username: ${{ secrets.VPS_USER }}
4040
key: ${{ secrets.VPS_SSH_KEY }}
4141
source: 'target/release/admin-api-rust'
42-
target: '/home/deploy/admin-api-rust'
42+
target: '/home/deploy/admin-api-rust/target/release/admin-api-rust'
4343

4444
- name: Restart service
4545
uses: appleboy/ssh-action@v1.2.0

0 commit comments

Comments
 (0)