Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ViralHostRangeDB
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hub
ViralHostRangeDB
Commits
04c6563a
Commit
04c6563a
authored
3 years ago
by
Bryan BRANCOTTE
Browse files
Options
Downloads
Patches
Plain Diff
db dump is needed by init, not db setup
parent
c7f53de4
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+2
-3
2 additions, 3 deletions
.gitlab-ci.yml
with
2 additions
and
3 deletions
.gitlab-ci.yml
+
2
−
3
View file @
04c6563a
...
...
@@ -188,7 +188,7 @@ dump_prod_for_dev:
deploy_dev_db
:
needs
:
[
"
build"
,
"
dump_prod_for_dev"
]
needs
:
[
"
build"
]
stage
:
deploy
extends
:
-
.deploy_step
...
...
@@ -200,12 +200,11 @@ deploy_dev_db:
init_dev_db
:
needs
:
[
"
deploy_dev_db"
]
needs
:
[
"
deploy_dev_db"
,
"
dump_prod_for_dev"
]
stage
:
deploy
extends
:
-
.deploy_step
-
.dev_settings
-
.deploy_db
script
:
-
. ./k8s/init_db_from_prod.sh
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment