Innopolis University DevOps Playground
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
site-resume
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Egor Belozerov
site-resume
Commits
2af2f4a7
Commit
2af2f4a7
authored
2 weeks ago
by
Egor Belozerov
Browse files
Options
Downloads
Patches
Plain Diff
123
parent
9995459f
Branches
main
No related tags found
No related merge requests found
Pipeline
#17637
passed with stages
in 1 minute and 29 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+1
-2
1 addition, 2 deletions
.gitlab-ci.yml
with
1 addition
and
2 deletions
.gitlab-ci.yml
+
1
−
2
View file @
2af2f4a7
...
...
@@ -10,6 +10,7 @@ build-job:
-
echo "Installing dependencies..."
-
npm i
-
npm run build
artifacts
:
paths
:
-
dist/
...
...
@@ -25,8 +26,6 @@ deploy-job:
stage
:
deploy
script
:
-
echo "Deploying..."
-
docker-compose down -v
-
docker-compose build --no-cache
-
docker-compose up --build -d --force-recreate
-
docker cp ./nginx.conf nginx:/etc/nginx/nginx.conf
-
docker exec nginx nginx -s reload
...
...
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