This commit is contained in:
10
deploy.php
10
deploy.php
@@ -24,17 +24,15 @@ host('calorie')
|
||||
->set('remote_user', 'chris')
|
||||
->set('deploy_path', '/var/www/calorie')
|
||||
->set('environment', 'Production')
|
||||
->setLabels([
|
||||
'env' => 'prod',
|
||||
]);
|
||||
->set('labels', ['env' => 'prod']);
|
||||
|
||||
host('test.calorie')
|
||||
->set('composer_options', '--verbose --prefer-dist --no-progress --no-interaction')
|
||||
->set('remote_user', 'chris')
|
||||
->set('deploy_path', '/var/www/test.calorie')
|
||||
->set('environment', 'Testing')
|
||||
->setLabels([
|
||||
'env' => 'test',
|
||||
]);
|
||||
->set('labels', ['env' => 'test']);
|
||||
|
||||
|
||||
// Tasks
|
||||
task('init-app', function () {
|
||||
|
||||
Reference in New Issue
Block a user