This commit is contained in:
2026-04-30 11:23:23 +07:00
parent fe9661eea5
commit 232e0cb987

View File

@@ -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';