From 232e0cb98795b00614bd1550d8e45348233dfd61 Mon Sep 17 00:00:00 2001 From: Javier Blanco Date: Thu, 30 Apr 2026 11:23:23 +0700 Subject: [PATCH] dir --- deploy.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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';