From 7b53999791d24414940c14c0cbf450ae51dbe794 Mon Sep 17 00:00:00 2001 From: Chris Smith Date: Mon, 6 Oct 2025 13:30:40 -0500 Subject: [PATCH] Update deploy.php --- deploy.php | 1 + 1 file changed, 1 insertion(+) diff --git a/deploy.php b/deploy.php index a0755ff..51c34e9 100644 --- a/deploy.php +++ b/deploy.php @@ -22,6 +22,7 @@ add('writable_dirs', []); // Hosts host('calorie') ->set('remote_user', 'chris') + ->set('hostname', 'localhost') ->set('deploy_path', '/var/www/calorie') ->set('environment', 'Production') ->set('labels', ['env' => 'prod']);