diff --git a/.woodpecker..yml b/.woodpecker..yml index 53a5738..6840bc7 100644 --- a/.woodpecker..yml +++ b/.woodpecker..yml @@ -1,20 +1,6 @@ ---- -kind: pipeline -type: docker -name: default -trigger: - branch: - - master - - -steps: -- name: docker - image: plugins/docker - settings: - registry: git.habedieeh.re - username: shruub - password: - from_secret: docker_pw - repo: "git.habedieeh.re/shruub/no-js.club" - dockerfile: Dockerfile - tags: latest \ No newline at end of file +pipeline: + build: + image: plugins/hugo + settings: + hugo_version: 0.111.2 + validate: true \ No newline at end of file