Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
S
srct.gmu.io
Project
Project
Details
Activity
Releases
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
SRCT
srct.gmu.io
Commits
2f3515f6
Commit
2f3515f6
authored
Aug 10, 2017
by
Michael T Bailey
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add production CI
parent
a3bf4153
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
1 deletion
+12
-1
.gitlab-ci.yml
.gitlab-ci.yml
+12
-1
No files found.
.gitlab-ci.yml
View file @
2f3515f6
...
...
@@ -12,6 +12,17 @@ build:
stage
:
build
script
:
-
bundle exec jekyll build --trace -d '../build'
only
:
-
master
artifacts
:
paths
:
-
build
\ No newline at end of file
-
build
prod_deploy
:
stage
:
build
script
:
-
cd /srv/srctweb-jekyll/ && bundle exec jekyll build --trace -d '/srv/srctweb-jekyll/_site'
only
:
-
master
tags
:
-
master
-
builds
\ No newline at end of file
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