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:
|
||||
- name: install
|
||||
image: kosssi/hugo:0.0.1
|
||||
image: registry.lamelio.fr/kosssi/hugo
|
||||
commands:
|
||||
- git submodule update --init
|
||||
- (cd themes/hugo-theme-lowtech && npm i)
|
||||
|
@ -42,13 +42,3 @@ steps:
|
|||
auto_tag: true
|
||||
tags:
|
||||
- latest
|
||||
|
||||
- name: logs
|
||||
image: node:12.16.1
|
||||
commands:
|
||||
- ls -alh themes
|
||||
when:
|
||||
event:
|
||||
- cron
|
||||
cron:
|
||||
- nightly
|
||||
|
|
Loading…
Reference in New Issue