Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
HCC docs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Monitor
Service Desk
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Holland Computing Center
HCC docs
Commits
04cbfe0c
Verified
Commit
04cbfe0c
authored
6 years ago
by
Adam Caprez
Browse files
Options
Downloads
Patches
Plain Diff
Add CI deploy job.
parent
9b668c1b
No related branches found
Branches containing commit
No related tags found
1 merge request
!1
Add CI deploy job.
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+18
-0
18 additions, 0 deletions
.gitlab-ci.yml
with
18 additions
and
0 deletions
.gitlab-ci.yml
0 → 100644
+
18
−
0
View file @
04cbfe0c
variables
:
DEPLOY_ROOT
:
"
/var/www/html/hcc-docs"
stages
:
-
deploy
deploy
:
stage
:
deploy
environment
:
name
:
hcc_docs_prod
url
:
http://10.71.110.145/hcc-docs
only
:
-
master
tags
:
-
hcc-docs-test
script
:
-
hugo -v
-
rsync -avz --delete public/ $DEPLOY_ROOT
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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