From d0a80e582c17d8e200b5dfd2efc187053d5347ac Mon Sep 17 00:00:00 2001 From: James Ravenscroft Date: Tue, 21 Dec 2021 12:43:34 +0000 Subject: [PATCH] update drone --- .drone.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 967c499..fcd8b27 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,14 +12,17 @@ steps: - git submodule update - cd brainsteam - hugo + - cd ../ + - git checkout public + - cd ../ && mv brainsteam/public/* . + - rm -rf brainsteam/ - name: hugo_publish #image: alpine:3.12.3 image: appleboy/drone-git-push settings: remote_name: origin - branch: master - local_ref: master - path: brainsteam/public/ + branch: public + local_ref: public commit: true commit_message: update build from hugo author_name: DroneCI