diff --git a/deploy.php b/deploy.php index 38b39b9..fe3bdb6 100644 --- a/deploy.php +++ b/deploy.php @@ -73,13 +73,13 @@ host('prod') ->setRemoteUser('ssh-53857-root') ->setForwardAgent(true) ->setSshMultiplexing(true) - ->setDeployPath('/kunden/tiefschnee.de/myep-next') + ->setDeployPath('/kunden/tiefschnee.de/myep') ->set('writable_mode', 'chmod') ->set('http_user', 'ssh-53857-root') ->set('bin/php', '/usr/bin/php82') ->set('rsync_src', __DIR__) ->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')