Merge remote-tracking branch 'origin/master'

This commit is contained in:
M_Kececi
2026-02-17 12:23:24 +03:00
parent 8eaee91537
commit 88c189a48d

View File

@@ -1,16 +1,12 @@
[ [
{ {
"id": "bssapp-deploy", "id": "bssapp-deploy",
"execute-command": "/bin/systemctl", "execute-command": "/bin/bash",
"command-working-directory": "/opt/bssapp", "command-working-directory": "/opt/bssapp",
"pass-arguments-to-command": [ "pass-arguments-to-command": [
{ {
"source": "string", "source": "string",
"name": "start" "name": "/opt/bssapp/deploy/deploy.sh"
},
{
"source": "string",
"name": "bssapp-deploy"
} }
], ],
"trigger-rule": { "trigger-rule": {