From 54fa878115037afab259b22827806d04513b5ace Mon Sep 17 00:00:00 2001 From: thisfro Date: Mon, 24 Jan 2022 23:49:31 +0100 Subject: [PATCH] Remove staging host --- deploy.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/deploy.php b/deploy.php index c6c8ee9..b9d0ac1 100644 --- a/deploy.php +++ b/deploy.php @@ -37,12 +37,6 @@ host('beta.pflaenz.li') ->set('http_user', 'uid153060') ->stage('beta'); -host('beta.pflaenz.li') - ->user('lq5xi_thisfro') - ->set('deploy_path', '~/sites/{{stage}}.{{application}}') - ->set('http_user', 'uid153060') - ->stage('staging'); - // Tasks task('upload:build', function() {