chore: update deployer config for prod
This commit is contained in:
+2
-2
@@ -73,13 +73,13 @@ host('prod')
|
|||||||
->setRemoteUser('ssh-53857-root')
|
->setRemoteUser('ssh-53857-root')
|
||||||
->setForwardAgent(true)
|
->setForwardAgent(true)
|
||||||
->setSshMultiplexing(true)
|
->setSshMultiplexing(true)
|
||||||
->setDeployPath('/kunden/tiefschnee.de/myep-next')
|
->setDeployPath('/kunden/tiefschnee.de/myep')
|
||||||
->set('writable_mode', 'chmod')
|
->set('writable_mode', 'chmod')
|
||||||
->set('http_user', 'ssh-53857-root')
|
->set('http_user', 'ssh-53857-root')
|
||||||
->set('bin/php', '/usr/bin/php82')
|
->set('bin/php', '/usr/bin/php82')
|
||||||
->set('rsync_src', __DIR__)
|
->set('rsync_src', __DIR__)
|
||||||
->set('rsync', $rsyncOptions)
|
->set('rsync', $rsyncOptions)
|
||||||
->set('cachetool_args', '--web=SymfonyHttpClient --web-path={{release_or_current_path}}/public/ --web-url=https://myep.ep-reisen.de')
|
->set('cachetool_args', '--web=SymfonyHttpClient --web-path={{release_or_current_path}}/public/ --web-url=https://my.ep-reisen.de')
|
||||||
;
|
;
|
||||||
|
|
||||||
host('staging')
|
host('staging')
|
||||||
|
|||||||
Reference in New Issue
Block a user