diff --git a/.drone.yml b/.drone.yml index 9e42b49..38a1d88 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,4 +8,10 @@ steps: - git submodule init - git submodule update - cd brainsteam - - hugo \ No newline at end of file + - 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 \ No newline at end of file diff --git a/brainsteam/config.toml b/brainsteam/config.toml index a49c79e..3ac1a42 100644 --- a/brainsteam/config.toml +++ b/brainsteam/config.toml @@ -1,4 +1,4 @@ -baseURL = "http://brainsteam.co.uk/" +baseURL = "https://brainsteam.co.uk/" languageCode = "en-us" title = "Brainsteam" theme='hugo-ink'