Update deploy.php
Some checks failed
Deploy to Production / deploy (push) Failing after 1m1s

This commit is contained in:
2025-10-06 13:32:40 -05:00
parent 7b53999791
commit f3fe8f49c6

View File

@@ -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']);