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
e1e8bc38
Commit
e1e8bc38
authored
1 year ago
by
Никита Ульяницкий
Browse files
Options
Downloads
Patches
Plain Diff
+ CI
parent
ffc61ac3
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!3
Выкатка на прод
Pipeline
#363
passed with stage
in 2 minutes and 28 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+20
-0
.gitlab-ci.yml
with
20 additions
and
0 deletions
.gitlab-ci.yml
0 → 100644
+
20
−
0
View file @
e1e8bc38
stages
:
-
deploy
variables
:
DOCKER_TLS_CERTDIR
:
"
"
DOCKER_DRIVER
:
overlay2
deploy
:
stage
:
deploy
image
:
name
:
docker/compose:latest
services
:
-
docker:dind
tags
:
-
dev
script
:
-
docker stop doc-backend ||
true
-
docker rm doc-backend ||
true
-
docker build -t back-image .
-
docker run --name doc-backend -d -p 8080:8080 back-image
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