dir
This commit is contained in:
@@ -4,7 +4,7 @@ declare(strict_types=1);
|
|||||||
const CONFIG_FILE = '/home/javi/.deploy-secret.php';
|
const CONFIG_FILE = '/home/javi/.deploy-secret.php';
|
||||||
const PROJECT_KEY = 'hello-world';
|
const PROJECT_KEY = 'hello-world';
|
||||||
const ALLOWED_BRANCH = 'master';
|
const ALLOWED_BRANCH = 'master';
|
||||||
const REPO_PATH = '/home/javi/hello-world.ai1.ovh';
|
const REPO_PATH = __DIR__;
|
||||||
const GIT_BIN = '/usr/bin/git';
|
const GIT_BIN = '/usr/bin/git';
|
||||||
const LOG_FILE = __DIR__ . '/deploy.log';
|
const LOG_FILE = __DIR__ . '/deploy.log';
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user