diff --git a/deploy.php b/deploy.php index b00e970..514ce44 100644 --- a/deploy.php +++ b/deploy.php @@ -4,7 +4,7 @@ declare(strict_types=1); const CONFIG_FILE = '/home/javi/.deploy-secret.php'; const PROJECT_KEY = 'hello-world'; const ALLOWED_BRANCH = 'master'; -const REPO_PATH = '/home/javi/hello-world.ai1.ovh'; +const REPO_PATH = __DIR__; const GIT_BIN = '/usr/bin/git'; const LOG_FILE = __DIR__ . '/deploy.log';