update drone
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
This commit is contained in:
parent
a19b7e50d2
commit
d0a80e582c
|
@ -12,14 +12,17 @@ steps:
|
||||||
- git submodule update
|
- git submodule update
|
||||||
- cd brainsteam
|
- cd brainsteam
|
||||||
- hugo
|
- hugo
|
||||||
|
- cd ../
|
||||||
|
- git checkout public
|
||||||
|
- cd ../ && mv brainsteam/public/* .
|
||||||
|
- rm -rf brainsteam/
|
||||||
- name: hugo_publish
|
- name: hugo_publish
|
||||||
#image: alpine:3.12.3
|
#image: alpine:3.12.3
|
||||||
image: appleboy/drone-git-push
|
image: appleboy/drone-git-push
|
||||||
settings:
|
settings:
|
||||||
remote_name: origin
|
remote_name: origin
|
||||||
branch: master
|
branch: public
|
||||||
local_ref: master
|
local_ref: public
|
||||||
path: brainsteam/public/
|
|
||||||
commit: true
|
commit: true
|
||||||
commit_message: update build from hugo
|
commit_message: update build from hugo
|
||||||
author_name: DroneCI
|
author_name: DroneCI
|
||||||
|
|
Loading…
Reference in New Issue