This commit is contained in:
@@ -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']);
|
||||||
|
|||||||
Reference in New Issue
Block a user