Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ensembl-web
ensembl-client
Commits
129dd934
Unverified
Commit
129dd934
authored
Apr 27, 2021
by
Kamal Dodiya
Committed by
GitHub
Apr 27, 2021
Browse files
Deploy internal from master branch (#493)
parent
53703874
Pipeline
#150964
passed with stages
in 4 minutes and 4 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
+10
-10
.gitlab-ci.yml
.gitlab-ci.yml
+10
-10
No files found.
.gitlab-ci.yml
View file @
129dd934
# CI/CD Pipeline
# dev branch -> staging
#
dev
branch -> internal (Custom Downloads
+ Entity Viewer
)
#
master
branch -> internal (Custom Downloads)
# master branch -> live
# Define stages for the CI/CD pipeline
...
...
@@ -185,7 +185,7 @@ Test_N_Build:
-
master
# Job to build static asset for internal environment
#
dev
branch -> Internal
#
master
branch -> Internal
Test_N_Build:internal:
extends
:
.build-static
...
...
@@ -200,7 +200,7 @@ Test_N_Build:internal:
-
src/ensembl/dist/
only
:
-
dev
-
master
Test_N_Build:review:
extends
:
.build-static
...
...
@@ -254,26 +254,26 @@ Nginx:Live-WP:
-
Test_N_Build
# Job to build nginx docker image for staging and internal environment
#
dev
branch -> internal
#
master
branch -> internal
Nginx:Internal-EHK:
extends
:
.build-nginx-ehk
variables
:
DEPLOYENV
:
internal
CONTAINER_IMAGE
:
${CI_REGISTRY_IMAGE}:${CI_COMMIT_SHORT_SHA}-internal
only
:
-
dev
-
master
needs
:
-
Test_N_Build:internal
# Job to build nginx docker image for staging and internal environment at WP
#
dev
branch -> internal
#
master
branch -> internal
Nginx:Internal-WP:
extends
:
.build-nginx-wp
variables
:
DEPLOYENV
:
internal
CONTAINER_IMAGE
:
${CI_REGISTRY_IMAGE}:${CI_COMMIT_SHORT_SHA}-internal-ing
only
:
-
dev
-
master
needs
:
-
Test_N_Build:internal
...
...
@@ -374,7 +374,7 @@ Internal:EHK-HH:
CONTAINER_IMAGE
:
${CI_REGISTRY_IMAGE}:${CI_COMMIT_SHORT_SHA}-internal
KUBE_CONTEXT
:
ens-dev-ctx
only
:
-
dev
-
master
needs
:
-
Test_N_Build:internal
-
Nginx:Internal-EHK
...
...
@@ -387,7 +387,7 @@ Internal:WP-HX:
environment
:
name
:
wp-hx-internal
only
:
-
dev
-
master
needs
:
-
Test_N_Build:internal
-
Nginx:Internal-WP
...
...
@@ -400,7 +400,7 @@ Internal:WP-HH:
environment
:
name
:
wp-hh-internal
only
:
-
dev
-
master
needs
:
-
Test_N_Build:internal
-
Nginx:Internal-WP
...
...
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