Browse Source

Use a relative path for the paths to commands

master
Fen Dweller 5 years ago
parent
commit
b1683e23f7
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      config.json

+ 3
- 3
config.json View File

@@ -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": [
{


Loading…
Cancel
Save