Added CI config

This commit is contained in:
Joshua Boniface 2016-09-28 11:59:37 -04:00
parent e9ede5dd9a
commit 45f07523b7
1 changed files with 14 additions and 0 deletions

14
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,14 @@
stages:
- compile
compile:
stage: compile
before_script:
- git submodule update --init
script: hugo --cleanDestinationDir=true -d /srv/runner/live/raidisnotabackup.com
artifacts:
paths:
- public
only:
- master