Added CI config
This commit is contained in:
parent
e9ede5dd9a
commit
45f07523b7
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue