feat: import xml export from buspro over sftp

This commit is contained in:
2026-09-03 10:39:38 +02:00
parent df1e38b008
commit 357c43eead
4 changed files with 47 additions and 12 deletions
+13
View File
@@ -97,6 +97,19 @@ host('staging')
->set('cachetool_args', '--web=SymfonyHttpClient --web-path={{current_path}}/public/ --web-url=https://myep-team.ep-reisen.net')
;
host('hetzner')
->setHostname('dedi10193.your-server.de')
->setRemoteUser('myepteam')
->setForwardAgent(true)
->setSshMultiplexing(true)
->setDeployPath('/usr/home/myepteam/public_html/myep-team')
->set('bin/php', '/usr/bin/php')
->set('http_user', 'myepteam')
->set('rsync_src', __DIR__)
->set('rsync', $rsyncOptions)
->set('cachetool_args', '--web=SymfonyHttpClient --web-path={{current_path}}/public/ --web-url=https://myep-team.ep-reisen.net')
;
task('deploy', [
'deploy:info',
'deploy:setup',