Remove staging host
This commit is contained in:
parent
34e5132c3d
commit
54fa878115
1 changed files with 0 additions and 6 deletions
|
@ -37,12 +37,6 @@ host('beta.pflaenz.li')
|
||||||
->set('http_user', 'uid153060')
|
->set('http_user', 'uid153060')
|
||||||
->stage('beta');
|
->stage('beta');
|
||||||
|
|
||||||
host('beta.pflaenz.li')
|
|
||||||
->user('lq5xi_thisfro')
|
|
||||||
->set('deploy_path', '~/sites/{{stage}}.{{application}}')
|
|
||||||
->set('http_user', 'uid153060')
|
|
||||||
->stage('staging');
|
|
||||||
|
|
||||||
// Tasks
|
// Tasks
|
||||||
|
|
||||||
task('upload:build', function() {
|
task('upload:build', function() {
|
||||||
|
|
Reference in a new issue