|
|
|
@@ -43,19 +43,15 @@ |
|
|
|
}, |
|
|
|
{ |
|
|
|
"id": "game-release", |
|
|
|
"execute-command": "{{ getenv "WEBHOOK_SCRIPT_DIR" }}/deploy-branch.sh", |
|
|
|
"execute-command": "{{ getenv "WEBHOOK_SCRIPT_DIR" }}/deploy-release.sh", |
|
|
|
"command-working-directory": "/home/web/crux.sexy/", |
|
|
|
"pass-arguments-to-command": [ |
|
|
|
{ |
|
|
|
"source": "payload", |
|
|
|
"name": "repository.name" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"source": "payload", |
|
|
|
"name": "ref" |
|
|
|
} |
|
|
|
], |
|
|
|
"response-message": "Updating...", |
|
|
|
"response-message": "Releasing...", |
|
|
|
"trigger-rule": { |
|
|
|
"match": { |
|
|
|
"type": "value", |
|
|
|
|