|
|
|
@@ -1,7 +1,7 @@ |
|
|
|
[ |
|
|
|
{ |
|
|
|
"id": "sexy-push", |
|
|
|
"execute-command": "/home/web/grabby/deploy.sh", |
|
|
|
"execute-command": "./deploy.sh", |
|
|
|
"command-working-directory": "/home/web/crux.sexy/", |
|
|
|
"response-message": "Updating website...", |
|
|
|
"trigger-rule": { |
|
|
|
@@ -17,7 +17,7 @@ |
|
|
|
}, |
|
|
|
{ |
|
|
|
"id": "game-push", |
|
|
|
"execute-command": "/home/web/grabby/deploy-branch.sh", |
|
|
|
"execute-command": "./deploy-branch.sh", |
|
|
|
"command-working-directory": "/home/web/crux.sexy/", |
|
|
|
"pass-arguments-to-command": [ |
|
|
|
{ |
|
|
|
@@ -43,7 +43,7 @@ |
|
|
|
}, |
|
|
|
{ |
|
|
|
"id": "game-release", |
|
|
|
"execute-command": "/home/web/grabby/deploy-branch.sh", |
|
|
|
"execute-command": "./deploy-branch.sh", |
|
|
|
"command-working-directory": "/home/web/crux.sexy/", |
|
|
|
"pass-arguments-to-command": [ |
|
|
|
{ |
|
|
|
|