Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
P
postavka_front
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Нұрасыл Қайратұлы
postavka_front
Commits
31a1a145
Commit
31a1a145
authored
Jun 20, 2025
by
Нұрасыл Қайратұлы
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add ci cd
parent
52527e87
Pipeline
#840
passed with stages
in 2 minutes and 24 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
34 additions
and
0 deletions
+34
-0
.gitlab-ci.yml
.gitlab-ci.yml
+22
-0
docker-compose.yml
docker-compose.yml
+12
-0
No files found.
.gitlab-ci.yml
0 → 100644
View file @
31a1a145
stages
:
-
build
-
deploy
build
:
stage
:
build
tags
:
-
ci-cd
script
:
-
echo "Собираем билд..."
-
docker compose build --parallel
deploy
:
stage
:
deploy
tags
:
-
ci-cd
only
:
-
master
script
:
-
echo "Делаем поставку..."
-
docker compose down
-
docker compose up -d --remove-orphans
docker-compose.yml
0 → 100644
View file @
31a1a145
services
:
front
:
build
:
./
container_name
:
client
expose
:
-
'
3000'
networks
:
-
app-network
networks
:
app-network
:
driver
:
bridge
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