feat: deployer config for prod environment
This commit is contained in:
+14
@@ -66,6 +66,20 @@ $rsyncOptions = [
|
|||||||
'timeout' => 300,
|
'timeout' => 300,
|
||||||
];
|
];
|
||||||
|
|
||||||
|
host('prod')
|
||||||
|
->setHostname('92.205.212.39')
|
||||||
|
->setRemoteUser('ssh-53857-root')
|
||||||
|
->setForwardAgent(true)
|
||||||
|
->setSshMultiplexing(true)
|
||||||
|
->setDeployPath('/kunden/tiefschnee.de/myep-team')
|
||||||
|
->set('writable_mode', 'chmod')
|
||||||
|
->set('http_user', 'ssh-53857-root')
|
||||||
|
->set('bin/php', '/usr/bin/php81')
|
||||||
|
->set('rsync_src', __DIR__)
|
||||||
|
->set('rsync', $rsyncOptions)
|
||||||
|
->set('cachetool_args', '--web=SymfonyHttpClient --web-path={{release_or_current_path}}/public/ --web-url=https://myep-team.ep-reisen.de')
|
||||||
|
;
|
||||||
|
|
||||||
host('develop')
|
host('develop')
|
||||||
->setHostname('185.243.132.170')
|
->setHostname('185.243.132.170')
|
||||||
->setRemoteUser('p546473')
|
->setRemoteUser('p546473')
|
||||||
|
|||||||
Reference in New Issue
Block a user