Added CI config
This commit is contained in:
parent
e9ede5dd9a
commit
45f07523b7
14
.gitlab-ci.yml
Normal file
14
.gitlab-ci.yml
Normal 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user