feat: Update hugo image
This commit is contained in:
parent
1cd865c8e4
commit
62e6dbcd6b
12
.drone.yml
12
.drone.yml
|
@ -19,7 +19,7 @@ platform:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: install
|
- name: install
|
||||||
image: kosssi/hugo:0.0.1
|
image: registry.lamelio.fr/kosssi/hugo
|
||||||
commands:
|
commands:
|
||||||
- git submodule update --init
|
- git submodule update --init
|
||||||
- (cd themes/hugo-theme-lowtech && npm i)
|
- (cd themes/hugo-theme-lowtech && npm i)
|
||||||
|
@ -42,13 +42,3 @@ steps:
|
||||||
auto_tag: true
|
auto_tag: true
|
||||||
tags:
|
tags:
|
||||||
- latest
|
- latest
|
||||||
|
|
||||||
- name: logs
|
|
||||||
image: node:12.16.1
|
|
||||||
commands:
|
|
||||||
- ls -alh themes
|
|
||||||
when:
|
|
||||||
event:
|
|
||||||
- cron
|
|
||||||
cron:
|
|
||||||
- nightly
|
|
||||||
|
|
Loading…
Reference in New Issue