Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
services
t3o sites
extensions.typo3.org
extensions.typo3.org
Commits
6f86b8ee
Commit
6f86b8ee
authored
Mar 13, 2017
by
Thomas Löffler
Browse files
Long expire only for layout stage and use layout artifacts only for deployment
parent
6bc58163
Pipeline
#146
passed with stages
in 1 minute and 55 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
6f86b8ee
...
...
@@ -22,7 +22,7 @@ build:
artifacts
:
paths
:
-
./
expire_in
:
'
7d
'
expire_in
:
'
1h
'
environment
:
${CI_BUILD_REF_NAME}
layout
:
...
...
@@ -49,6 +49,8 @@ layout:
-
echo "$SSH_PRIVATE_KEY" | ssh-add -
-
./.gitlab-ci/scripts/deployer.sh -f/src/.gitlab-ci/deployer/deploy.php deploy ${CI_BUILD_REF_NAME}
when
:
manual
dependencies
:
-
layout
deploy-master
:
<<
:
*deploy_template
...
...
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