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