Add stage
This commit is contained in:
parent
dc130dd9a4
commit
f10512c46e
1 changed files with 2 additions and 2 deletions
|
@ -23,11 +23,11 @@ add('writable_dirs', []);
|
|||
set('composer_options', '{{composer_action}} --verbose --prefer-dist --no-progress --no-interaction --optimize-autoloader --no-scripts');
|
||||
|
||||
// Hosts
|
||||
|
||||
host('beta.xn--pflnz-ira.li')
|
||||
->user('lq5xi_thisfro')
|
||||
->set('deploy_path', '~/sites/{{application}}')
|
||||
->set('http_user', 'uid153060');
|
||||
->set('http_user', 'uid153060')
|
||||
->stage('beta');
|
||||
|
||||
// Tasks
|
||||
|
||||
|
|
Reference in a new issue