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