drone yaml
continuous-integration/drone/push Build encountered an error
Details
continuous-integration/drone/push Build encountered an error
Details
This commit is contained in:
parent
ed95405839
commit
c8229cc56f
|
@ -2,14 +2,14 @@ kind: pipeline
|
||||||
name: update_website
|
name: update_website
|
||||||
|
|
||||||
pipeline:
|
pipeline:
|
||||||
hugo_build:
|
- name: hugo_build
|
||||||
image: alombarte/hugo
|
image: alombarte/hugo
|
||||||
commands:
|
commands:
|
||||||
- git submodule init
|
- git submodule init
|
||||||
- git submodule update
|
- git submodule update
|
||||||
- cd brainsteam
|
- cd brainsteam
|
||||||
- hugo
|
- hugo
|
||||||
hugo_publish:
|
- name: hugo_publish
|
||||||
image: alpine:3.12.3
|
image: alpine:3.12.3
|
||||||
environment:
|
environment:
|
||||||
FTP_USERNAME:
|
FTP_USERNAME:
|
||||||
|
|
Loading…
Reference in New Issue