Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
services
Archive
t3o
my.typo3.org
Commits
cd29a147
Commit
cd29a147
authored
Jan 24, 2020
by
Thomas Löffler
Browse files
Set variable keep_releases to maximum 2 in deployment
parent
7e647abe
Pipeline
#8401
passed with stages
in 4 minutes and 33 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci/deployer/deploy.php
View file @
cd29a147
...
...
@@ -49,7 +49,6 @@ set('rsync', [
'timeout'
=>
300
]);
set
(
'rsync_src'
,
'./'
);
set
(
'keep_releases'
,
10
);
inventory
(
'./.gitlab-ci/deployer/servers.yml'
);
set
(
'php'
,
'/opt/php/php72/bin/php'
);
set
(
'bin_folder'
,
'vendor/bin/'
);
...
...
.gitlab-ci/deployer/servers.yml
View file @
cd29a147
...
...
@@ -15,4 +15,4 @@ develop:
writable_mode
:
chmod
forward_agent
:
true
deploy_path
:
~/ci/
keep_releases
:
5
keep_releases
:
2
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment