Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
DevOps
Project Templates
Commits
336479ff
Commit
336479ff
authored
Apr 15, 2021
by
Georgi Petkov
Browse files
feat: use deploy:upgrade image with node 15 in it
parent
ec8f65b8
Pipeline
#29773
passed with stages
in 19 seconds
Changes
5
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
gitlab-ci/production.yml
View file @
336479ff
...
...
@@ -24,7 +24,7 @@ tag:
production
:
stage
:
deploy
image
:
registry.brickblock.sh/devops/deploy
image
:
registry.brickblock.sh/devops/deploy
:upgrade
variables
:
NODE_ENV
:
production
GOOGLE_PROJECT
:
bbk-production
...
...
gitlab-ci/review.yml
View file @
336479ff
review
:
stage
:
review
image
:
registry.brickblock.sh/devops/deploy
image
:
registry.brickblock.sh/devops/deploy
:upgrade
variables
:
NODE_ENV
:
review
GOOGLE_PROJECT
:
bbk-review
...
...
@@ -76,7 +76,7 @@ review:
stop_review
:
stage
:
review
image
:
registry.brickblock.sh/devops/deploy
image
:
registry.brickblock.sh/devops/deploy
:upgrade
variables
:
GIT_STRATEGY
:
fetch
NODE_ENV
:
review
...
...
@@ -150,7 +150,7 @@ stop_review:
master_deploy_to_review
:
stage
:
deploy
image
:
registry.brickblock.sh/devops/deploy
image
:
registry.brickblock.sh/devops/deploy
:upgrade
variables
:
NODE_ENV
:
review
GOOGLE_PROJECT
:
bbk-review
...
...
gitlab-ci/shared.yml
View file @
336479ff
...
...
@@ -70,7 +70,7 @@ variables:
.restart-deployment
:
stage
:
post-deploy
image
:
registry.brickblock.sh/devops/deploy
image
:
registry.brickblock.sh/devops/deploy
:upgrade
allow_failure
:
true
when
:
delayed
start_in
:
2 minutes
...
...
@@ -80,10 +80,10 @@ variables:
.release
:
stage
:
release
variables
:
GIT_USER_NAME
:
'
gitlab-bot
'
GIT_USER_EMAIL
:
'
gitlab-bot@brickblock.io
'
GIT_HOST
:
'
git.brickblock.sh
'
REPOSITORY_PATH
:
'
${CI_PROJECT_PATH}
'
GIT_USER_NAME
:
"
gitlab-bot
"
GIT_USER_EMAIL
:
"
gitlab-bot@brickblock.io
"
GIT_HOST
:
"
git.brickblock.sh
"
REPOSITORY_PATH
:
"
${CI_PROJECT_PATH}
"
extends
:
-
.except-ci-release
-
.cache-pull-only
...
...
gitlab-ci/staging.yml
View file @
336479ff
staging
:
stage
:
deploy
image
:
registry.brickblock.sh/devops/deploy
image
:
registry.brickblock.sh/devops/deploy
:upgrade
variables
:
NODE_ENV
:
staging
GOOGLE_PROJECT
:
bbk-staging
...
...
gitlab-ci/test.yml
View file @
336479ff
test
:
image
:
registry.brickblock.sh/devops/docker/build:
latest
image
:
registry.brickblock.sh/devops/docker/build:
upgrade
stage
:
test
extends
:
-
.except-ci-release
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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