chore: adjust deployer config for new hetzner host

This commit is contained in:
2026-09-03 10:23:40 +02:00
parent 715fae8e33
commit 0e3d4cbedb
+7 -8
View File
@@ -107,18 +107,17 @@ host('staging')
]) ])
; ;
host('develop') host('hetzner')
->setHostname('185.243.135.29') ->setHostname('dedi10193.your-server.de')
->setRemoteUser('p704161') ->setRemoteUser('myepsf')
->setForwardAgent(true) ->setForwardAgent(true)
->setSshMultiplexing(true) ->setSshMultiplexing(true)
->setDeployPath('/home/www/p704161/html/myep-develop') ->setDeployPath('/usr/home/myepsf/public_html/myep')
->set('writable_mode', 'chmod') ->set('bin/php', '/usr/bin/php')
->set('http_user', 'p704161') ->set('http_user', 'myepsf')
->set('bin/php', '/usr/local/bin/php')
->set('rsync_src', __DIR__) ->set('rsync_src', __DIR__)
->set('rsync', $rsyncOptions) ->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', [ ->add('shared_files', [
'public/.htpasswd', 'public/.htpasswd',
]) ])