diff --git a/deploy.php b/deploy.php index 47e39c7..1889d49 100644 --- a/deploy.php +++ b/deploy.php @@ -107,18 +107,17 @@ host('staging') ]) ; -host('develop') - ->setHostname('185.243.135.29') - ->setRemoteUser('p704161') +host('hetzner') + ->setHostname('dedi10193.your-server.de') + ->setRemoteUser('myepsf') ->setForwardAgent(true) ->setSshMultiplexing(true) - ->setDeployPath('/home/www/p704161/html/myep-develop') - ->set('writable_mode', 'chmod') - ->set('http_user', 'p704161') - ->set('bin/php', '/usr/local/bin/php') + ->setDeployPath('/usr/home/myepsf/public_html/myep') + ->set('bin/php', '/usr/bin/php') + ->set('http_user', 'myepsf') ->set('rsync_src', __DIR__) ->set('rsync', $rsyncOptions) - ->set('cachetool_args', '--web=SymfonyHttpClient --web-path={{current_path}}/public/ --web-url=https://mydev.ep-reisen.net --web-basic-auth=myep:develop') + ->set('cachetool_args', '--web=SymfonyHttpClient --web-path={{current_path}}/public/ --web-url=https://my.ep-reisen.net --web-basic-auth=myep:staging') ->add('shared_files', [ 'public/.htpasswd', ])