Skip to content

Commit 9aba2ad

Browse files
committed
FIX: ssh action script
1 parent 947537f commit 9aba2ad

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,4 @@ jobs:
3737
host: ${{ secrets.VPS_HOST }}
3838
username: ${{ secrets.VPS_USER }}
3939
key: ${{ secrets.VPS_SSH_KEY }}
40-
script: |
41-
sudo systemctl restart admin-api-rust
40+
script: sudo systemctl restart admin-api-rust

0 commit comments

Comments
 (0)