forked from data.coop/website
Update '.drone.yml'
This commit is contained in:
parent
fb2af962ef
commit
c535403928
|
@ -3,8 +3,10 @@ name: default
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: debian:buster
|
image: debian:buster-slim
|
||||||
commands:
|
commands:
|
||||||
|
- apt-get update; apt-get upgrade
|
||||||
|
- apt-get install -y wget
|
||||||
- wget https://github.com/gohugoio/hugo/releases/download/v0.62.1/hugo_0.62.1_Linux-64bit.deb -O hugo.deb
|
- wget https://github.com/gohugoio/hugo/releases/download/v0.62.1/hugo_0.62.1_Linux-64bit.deb -O hugo.deb
|
||||||
- dpkg -i hugo.deb
|
- dpkg -i hugo.deb
|
||||||
- hugo --destination _site/
|
- hugo --destination _site/
|
||||||
|
|
Loading…
Reference in a new issue