Fix deploy script
This commit is contained in:
parent
30ecd1eda1
commit
935adb4ac1
|
@ -5,7 +5,7 @@ variables:
|
||||||
WEBDAV_REMOTE_PATH: html-es.hackmeeting.org
|
WEBDAV_REMOTE_PATH: html-es.hackmeeting.org
|
||||||
WEBDAV_USERNAME: es_hackmeeting
|
WEBDAV_USERNAME: es_hackmeeting
|
||||||
WEBDAV_URL: https://www.autistici.org/dav/es_hackmeeting
|
WEBDAV_URL: https://www.autistici.org/dav/es_hackmeeting
|
||||||
DEST_DIRECTORY: hugo
|
DEST_DIRECTORY: latest/hugo
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- build
|
- build
|
||||||
|
@ -17,6 +17,7 @@ before_script:
|
||||||
build:
|
build:
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
|
- cp custom.html themes/blowfish/layouts/partials/home/custom.html
|
||||||
- hugo -D
|
- hugo -D
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
|
|
Loading…
Reference in New Issue