mirror of
https://github.com/idanoo/m2.nz.git
synced 2024-11-22 08:15:13 +00:00
Test woodpecker!
This commit is contained in:
parent
8a48e792e6
commit
d2bdd5fd79
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
public
|
||||
resources
|
||||
.hugo_build.lock
|
9
.woodpecker.yml
Normal file
9
.woodpecker.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user