This commit is contained in:
binlab
2023-09-25 17:21:07 +00:00
parent ca4bb6e95a
commit 0bf81d2032

View File

@@ -28,7 +28,7 @@ jobs:
- id: creating-systemctl-service
uses: https://github.com/fifsky/ssh-action@master
with:
command: sudo systemctl start ${{ env.REPO_NAME }}-watcher.service
command: sudo systemctl start ${{ env.REPO_NAME }}-watcher.service &
host: 172.17.0.1
user: root
pass: ${{ secrets.SSH_PRIVATE_KEY }}