From 71a51e7a9965c64efbeb1068efe425e13710e557 Mon Sep 17 00:00:00 2001 From: James Ravenscroft Date: Mon, 28 Dec 2020 12:09:39 +0000 Subject: [PATCH] Update drone --- .drone.yml | 8 +++++++- brainsteam/config.toml | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) 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'