Merge branch 'feature/mittwald' into develop

This commit is contained in:
Björn Fromme
2020-03-09 10:49:30 +01:00
+6 -6
View File
@@ -23,15 +23,15 @@ add('shared_dirs', [
]); ]);
host('production') host('production')
->hostname('host.3punkt0.com') ->hostname('185.237.67.190')
->user('ep-reisen') ->user('p546128')
->forwardAgent() ->forwardAgent()
->multiplexing() ->multiplexing()
->set('deploy_path', '~/{{application}}') ->set('deploy_path', '/home/www/p546128/html/{{application}}')
->set('bin/php', '~/bin/php') ->set('bin/php', '/usr/local/bin/php')
->set('http_user', 'ep-reisen') ->set('http_user', 'p546128')
->set('writable_mode', 'chmod') ->set('writable_mode', 'chmod')
->set('bin/composer', '/usr/bin/composer') ->set('bin/composer', '/usr/local/bin/composer')
; ;
task('build', function () { task('build', function () {