update drone
continuous-integration/drone/push Build is failing Details

This commit is contained in:
James Ravenscroft 2021-12-21 12:43:34 +00:00
parent a19b7e50d2
commit d0a80e582c
1 changed files with 6 additions and 3 deletions

View File

@ -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