diff --git a/public_html/webhook.php b/public_html/webhook.php index 0905870..4d9fa73 100644 --- a/public_html/webhook.php +++ b/public_html/webhook.php @@ -14,7 +14,7 @@ if (!defined('WEBHOOK_SECRET')) { exit; } define('DEPLOY_QUEUE', '/tmp/jarvis-deploy-queue.txt'); -define('DEPLOY_LOG, '/var/www/jarvis/logs/deploy.log'); +define('DEPLOY_LOG', '/var/www/jarvis/logs/deploy.log'); header('Content-Type: application/json');