ecodash/.woodpecker.yml
2022-10-31 12:32:12 +01:00

25 lines
500 B
YAML

pipeline:
build:
image: golang
commands:
- go get ecodash
- go build
docker-publish:
image: plugins/docker
settings:
repo: gitea.massivebox.net/massivebox/ecodash
tags: dev
username: massivebox
password:
from_secret: auth_token
gitea-publish:
image: plugins/gitea-release
settings:
base_url: https://gitea.massivebox.net
files: ecodash
api_key:
from_secret: auth_token
title: dev