Skip to content

Commit 6222170

Browse files
committed
FIX: dependabot package
1 parent a3d64f9 commit 6222170

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/deploy.yml

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

0 commit comments

Comments
 (0)