mirror of
https://github.com/idanoo/m2.nz
synced 2025-07-05 14:22:15 +00:00
Test woodpecker!
This commit is contained in:
parent
8a48e792e6
commit
d2bdd5fd79
2 changed files with 11 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1,2 +1,3 @@
|
||||||
public
|
public
|
||||||
resources
|
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…
Add table
Add a link
Reference in a new issue