diff --git a/deploy.php b/deploy.php index df23907..f5c04a1 100644 --- a/deploy.php +++ b/deploy.php @@ -77,6 +77,7 @@ host('prod') ->set('bin/php', '/usr/bin/php82') ->set('rsync_src', __DIR__) ->set('rsync', $rsyncOptions) + ->set('keep_releases', 3) ->set('cachetool_args', '--web=SymfonyHttpClient --web-path={{release_or_current_path}}/public/ --web-url=https://myep-team.ep-reisen.de') ; @@ -90,7 +91,7 @@ host('staging') ->set('bin/php', '/usr/local/bin/php') ->set('rsync_src', __DIR__) ->set('rsync', $rsyncOptions) - ->set('keep_releases', 5) + ->set('keep_releases', 3) ->set('cachetool_args', '--web=SymfonyHttpClient --web-path={{release_or_current_path}}/public/ --web-url=https://myep-team.dreipunktnull.net') ;