ecodash/.woodpecker.yml

25 lines
500 B
YAML
Raw Normal View History

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
2022-10-31 11:32:12 +00:00
password:
from_secret: auth_token
gitea-publish:
image: plugins/gitea-release
settings:
base_url: https://gitea.massivebox.net
files: ecodash
2022-10-31 11:32:12 +00:00
api_key:
from_secret: auth_token
title: dev