diff --git a/deploy/hooks.json b/deploy/hooks.json index 2ada42c..7985442 100644 --- a/deploy/hooks.json +++ b/deploy/hooks.json @@ -1,16 +1,12 @@ [ { "id": "bssapp-deploy", - "execute-command": "/bin/systemctl", + "execute-command": "/bin/bash", "command-working-directory": "/opt/bssapp", "pass-arguments-to-command": [ { "source": "string", - "name": "start" - }, - { - "source": "string", - "name": "bssapp-deploy" + "name": "/opt/bssapp/deploy/deploy.sh" } ], "trigger-rule": {