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

This commit is contained in:
2025-10-06 13:30:40 -05:00
parent 0d01ba8a88
commit 7b53999791

View File

@@ -22,6 +22,7 @@ add('writable_dirs', []);
// Hosts // Hosts
host('calorie') host('calorie')
->set('remote_user', 'chris') ->set('remote_user', 'chris')
->set('hostname', 'localhost')
->set('deploy_path', '/var/www/calorie') ->set('deploy_path', '/var/www/calorie')
->set('environment', 'Production') ->set('environment', 'Production')
->set('labels', ['env' => 'prod']); ->set('labels', ['env' => 'prod']);