Test woodpecker!

This commit is contained in:
idanoo 2022-09-12 16:39:16 +12:00
parent 8a48e792e6
commit d2bdd5fd79
Signed by: idanoo
GPG Key ID: 387387CDBC02F132
2 changed files with 11 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
public
resources
.hugo_build.lock

9
.woodpecker.yml Normal file
View File

@ -0,0 +1,9 @@
pipeline:
build:
image: golang
environment:
- HUGO_VERSION=0.102.3
commands:
- wget https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_Linux-64bit.deb
- dpkg -i hugo_extended_${HUGO_VERSION}_Linux-64bit.deb
- hugo