chore: remove obsolete deployment target

This commit is contained in:
Björn Fromme
2024-02-06 12:20:25 +01:00
parent 0fb627094e
commit ef87ee4f04
-19
View File
@@ -92,25 +92,6 @@ host('staging')
->set('shared_files', $sharedFilesStaging) ->set('shared_files', $sharedFilesStaging)
; ;
host('hetzner')
->setHostname('www75.your-server.de')
->setPort(222)
->setRemoteUser('epxrei')
->setForwardAgent(true)
->setSshMultiplexing(true)
->setDeployPath('/usr/home/epxrei/{{application}}')
->set('buspronet_path', '/usr/home/epxrei/kuschick/buspronet/buspronet')
->set('bin/php', '/usr/bin/php')
->set('http_user', 'epxrei')
->set('writable_mode', 'chmod')
->set('bin/composer', '/usr/home/epxrei/bin/composer')
->set('composer_options', '--prefer-dist --no-progress --no-interaction --optimize-autoloader')
->set('rsync_src', __DIR__)
->set('rsync', $rsyncOptions)
->set('cachetool_args', '--web=SymfonyHttpClient --web-path={{release_or_current_path}}/public/ --web-url=https://hetzner.ep-reisen.de')
->set('shared_files', $sharedFilesStaging)
;
task('deploy', [ task('deploy', [
'deploy:info', 'deploy:info',
'deploy:setup', 'deploy:setup',