2016-09-28 11:59:37 -04:00
|
|
|
stages:
|
|
|
|
- compile
|
|
|
|
|
|
|
|
compile:
|
|
|
|
stage: compile
|
|
|
|
before_script:
|
|
|
|
- git submodule update --init
|
2017-02-07 00:43:18 -05:00
|
|
|
script: hugo --cleanDestinationDir=true -d /srv/runner/live/www.raidisnotabackup.com
|
2016-09-28 11:59:37 -04:00
|
|
|
artifacts:
|
|
|
|
paths:
|
|
|
|
- public
|
|
|
|
only:
|
|
|
|
- master
|
|
|
|
|