Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
urgi-is
data-discovery
Commits
73c9c37b
Commit
73c9c37b
authored
Jan 21, 2020
by
Raphaël Flores
Committed by
Raphaël Flores
Jan 31, 2020
Browse files
Implement adr-0002
parent
0775cba1
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
73c9c37b
...
...
@@ -247,8 +247,12 @@ deploy-rare-to-staging:
changes
:
-
backend/src/**/*
-
frontend/**/*
refs
:
-
branches
except
:
refs
:
-
master
when
:
manual
deploy-rare-to-prod
:
stage
:
production
...
...
@@ -286,8 +290,12 @@ deploy-wheatis-to-staging:
changes
:
-
backend/src/**/*
-
frontend/**/*
refs
:
-
branches
except
:
refs
:
-
master
when
:
manual
deploy-wheatis-to-prod
:
stage
:
production
...
...
@@ -325,8 +333,12 @@ deploy-data-discovery-to-staging:
changes
:
-
backend/src/**/*
-
frontend/**/*
refs
:
-
branches
except
:
refs
:
-
master
when
:
manual
deploy-data-discovery-to-prod
:
stage
:
production
...
...
@@ -383,8 +395,12 @@ data-integration-rare-staging:
only
:
changes
:
-
data/rare/*.json.gz
refs
:
-
branches
except
:
refs
:
-
master
when
:
manual
data-integration-rare-prod
:
stage
:
data-integration-production
...
...
@@ -416,8 +432,12 @@ data-integration-wheatis-staging:
only
:
changes
:
-
data/wheatis/*.json.gz
refs
:
-
branches
except
:
refs
:
-
master
when
:
manual
data-integration-wheatis-prod
:
stage
:
data-integration-production
...
...
@@ -449,8 +469,12 @@ data-integration-data-discovery-staging:
only
:
changes
:
-
data/data-discovery/*.json.gz
refs
:
-
branches
except
:
refs
:
-
master
when
:
manual
data-integration-data-discovery-prod
:
stage
:
data-integration-production
...
...
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