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