Adjust deployer config to new hosting environment
This commit is contained in:
+6
-6
@@ -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 () {
|
||||
|
||||
Reference in New Issue
Block a user