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

This commit is contained in:
James Ravenscroft 2021-12-21 13:27:40 +00:00
parent aa69783af7
commit d1f08900d4
1 changed files with 3 additions and 2 deletions

View File

@ -13,8 +13,10 @@ steps:
- cd brainsteam
- hugo
- cd ../
- cp -r brainsteam/public/* .
- git fetch origin public && git checkout public
- cp -r brainsteam/public new_files
- rm -rf brainsteam/
- mv new_files/* .
- name: hugo_publish
#image: alpine:3.12.3
image: appleboy/drone-git-push
@ -23,7 +25,6 @@ steps:
branch: public
local_ref: public
commit: true
force: true
commit_message: update build from hugo
author_name: DroneCI
# when: