Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
lava
lava
Commits
ffa0af25
Commit
ffa0af25
authored
Jun 29, 2021
by
Sjoerd Simons
Committed by
Paweł Wieczorek
Jun 30, 2022
Browse files
Rename the branch deploying to staging. to collabora/staging
parent
c286883d
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.collabora.yml
View file @
ffa0af25
...
...
@@ -113,7 +113,7 @@ deploy staging:
before_script
:
-
export SECRET_KEY=$(echo ${STAGING_SECRET_KEY} | base64 -d)
rules
:
-
if
:
'
$CI_COMMIT_BRANCH
==
"collabora/
next
"'
-
if
:
'
$CI_COMMIT_BRANCH
==
"collabora/
staging
"'
stop_staging
:
stage
:
cleanup
...
...
@@ -122,7 +122,7 @@ stop_staging:
environment
:
name
:
$CI_COMMIT_REF_NAME
rules
:
-
if
:
'
$CI_COMMIT_BRANCH
==
"collabora/
next
"'
-
if
:
'
$CI_COMMIT_BRANCH
==
"collabora/
staging
"'
when
:
manual
needs
:
-
deploy staging
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