We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 947537f commit 9aba2adCopy full SHA for 9aba2ad
1 file changed
.github/workflows/deploy.yml
@@ -37,5 +37,4 @@ jobs:
37
host: ${{ secrets.VPS_HOST }}
38
username: ${{ secrets.VPS_USER }}
39
key: ${{ secrets.VPS_SSH_KEY }}
40
- script: |
41
- sudo systemctl restart admin-api-rust
+ script: sudo systemctl restart admin-api-rust
0 commit comments