Update drone
continuous-integration/drone/push Build encountered an error
Details
continuous-integration/drone/push Build encountered an error
Details
This commit is contained in:
parent
c3cd9a28f7
commit
71a51e7a99
|
@ -8,4 +8,10 @@ steps:
|
||||||
- git submodule init
|
- git submodule init
|
||||||
- git submodule update
|
- git submodule update
|
||||||
- cd brainsteam
|
- cd brainsteam
|
||||||
- hugo
|
- hugo
|
||||||
|
- name: hugo_publish
|
||||||
|
images: alpine:3.12.3
|
||||||
|
commands:
|
||||||
|
- apk add lftp
|
||||||
|
- cd brainsteam
|
||||||
|
- lftp -e "mirror -R ./public /" -u ${FTP_USERNAME},${FTP_PASSWORD} $FTP_HOSTNAME
|
|
@ -1,4 +1,4 @@
|
||||||
baseURL = "http://brainsteam.co.uk/"
|
baseURL = "https://brainsteam.co.uk/"
|
||||||
languageCode = "en-us"
|
languageCode = "en-us"
|
||||||
title = "Brainsteam"
|
title = "Brainsteam"
|
||||||
theme='hugo-ink'
|
theme='hugo-ink'
|
||||||
|
|
Loading…
Reference in New Issue