Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
DocumentationGroup
DocumentationBackend
Commits
4177a643
Commit
4177a643
authored
1 year ago
by
Andrey Galan
Browse files
Options
Downloads
Patches
Plain Diff
Улучшение ci
parent
dd8055ad
Branches
Branches containing commit
Tags
Tags containing commit
2 merge requests
!3
Выкатка на прод
,
!2
Merge branch 'back_parsing_dev' into 'back_dev'
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+3
-0
.gitlab-ci.yml
with
3 additions
and
0 deletions
.gitlab-ci.yml
+
3
−
0
View file @
4177a643
...
...
@@ -18,3 +18,6 @@ deploy:
-
docker rm doc-backend ||
true
-
docker build -t back-image .
-
docker run --name doc-backend -d -p 8080:8080 back-image
rules
:
-
if
:
'
$CI_PIPELINE_SOURCE
==
"merge_request_event"
&&
$CI_MERGE_REQUEST_TARGET_BRANCH_NAME
==
"back_dev"'
-
if
:
'
$CI_COMMIT_BRANCH
==
"back_dev"'
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
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
Menu
Explore
Projects
Groups
Topics
Snippets