Fixed up runner target directory
This commit is contained in:
parent
655c3d2ce5
commit
ede6879b75
|
@ -5,7 +5,7 @@ compile:
|
||||||
stage: compile
|
stage: compile
|
||||||
before_script:
|
before_script:
|
||||||
- git submodule update --init
|
- git submodule update --init
|
||||||
script: hugo --cleanDestinationDir=true -d /srv/runner/live/raidisnotabackup.com
|
script: hugo --cleanDestinationDir=true -d /srv/runner/live/www.raidisnotabackup.com
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- public
|
- public
|
||||||
|
|
Loading…
Reference in New Issue