From 4baf1e485a3c1ae44c5cb91199b754b4a8e449bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bjo=CC=88rn=20Fromme?= Date: Mon, 2 Mar 2020 16:10:20 +0100 Subject: [PATCH] Adjust deployer config to new hosting environment --- deploy.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/deploy.php b/deploy.php index 24744150..d066990f 100644 --- a/deploy.php +++ b/deploy.php @@ -23,15 +23,15 @@ add('shared_dirs', [ ]); host('production') - ->hostname('host.3punkt0.com') - ->user('ep-reisen') + ->hostname('185.237.67.190') + ->user('p546128') ->forwardAgent() ->multiplexing() - ->set('deploy_path', '~/{{application}}') - ->set('bin/php', '~/bin/php') - ->set('http_user', 'ep-reisen') + ->set('deploy_path', '/home/www/p546128/html/{{application}}') + ->set('bin/php', '/usr/local/bin/php') + ->set('http_user', 'p546128') ->set('writable_mode', 'chmod') - ->set('bin/composer', '/usr/bin/composer') + ->set('bin/composer', '/usr/local/bin/composer') ; task('build', function () {