diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.woodpecker.yml b/.woodpecker.yml new file mode 100644 index 0000000..d1e2c4a --- /dev/null +++ b/.woodpecker.yml @@ -0,0 +1,25 @@ +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: $${GITEA_PASSWORD} + secrets: [gitea_password] + + gitea-publish: + image: plugins/gitea-release + settings: + base_url: https://gitea.massivebox.net + files: ecodash + api_key: $${GITEA_PASSWORD} + title: dev + secrets: [gitea_password] \ No newline at end of file