raidisnotabackup/.gitlab-ci.yml

15 lines
240 B
YAML
Raw Normal View History

2016-09-28 11:59:37 -04:00
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