Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
destream-blockchain
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
2
Issues
2
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DeStream-public
destream-blockchain
Commits
483603e2
Commit
483603e2
authored
Apr 09, 2019
by
Anton Borisov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update .gitlab-ci.yml
parent
6eca9f83
Pipeline
#178
canceled with stages
in 16 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
3 deletions
+17
-3
.gitlab-ci.yml
.gitlab-ci.yml
+17
-3
No files found.
.gitlab-ci.yml
View file @
483603e2
...
...
@@ -4,7 +4,8 @@ stages:
-
build_prod
-
deploy_to_test
-
run_tests
-
deploy_to_prod
-
deploy_seed_to_prod
-
deploy_node_to_prod
build_dev
:
stage
:
build_dev
...
...
@@ -107,8 +108,21 @@ run_test:
tags
:
-
buidl1-dind
deploy_to_prod
:
stage
:
deploy_to_prod
deploy_node_to_prod
:
stage
:
deploy_node_to_prod
script
:
-
cd ~/infra && git reset --hard HEAD && git pull
-
ansible-playbook -i ../inventory/hosts cloud.yml -e "CI_PIPELINE_ID=${CI_PIPELINE_ID}" -t "destream-blockchain"
environment
:
name
:
${CI_COMMIT_REF_NAME}
url
:
https://xvideos.com
only
:
-
release
tags
:
-
buidl1-shell
deploy_seed_to_prod
:
stage
:
deploy_seed_to_prod
image
:
docker:stable
services
:
-
docker:dind
...
...
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