소스 검색

Use a relative path for the paths to commands

master
Fen Dweller 5 년 전
부모
커밋
b1683e23f7
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. +3
    -3
      config.json

+ 3
- 3
config.json 파일 보기

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


불러오는 중...
취소
저장