Compare commits

...

6 Commits

Author SHA1 Message Date
Thomas Eppers
52f18f20db added github release steps
All checks were successful
continuous-integration/woodpecker the build was successful
2021-10-28 12:08:33 +02:00
Thomas Eppers
3e10480224 changed the regex for building releases to production 2021-10-28 11:54:19 +02:00
Thomas Eppers
5fd3375f77 more secret test
All checks were successful
continuous-integration/woodpecker the build was successful
2021-10-28 10:55:40 +02:00
Thomas Eppers
5e3520f9f2 removed unused secrets
Some checks failed
continuous-integration/woodpecker the build failed
2021-10-28 10:50:29 +02:00
Thomas Eppers
be2b3fdc1e added secret 2021-10-28 10:50:03 +02:00
Thomas Eppers
26ca8efb6a more secrets
Some checks failed
continuous-integration/woodpecker the build failed
2021-10-28 10:36:15 +02:00

View File

@ -11,7 +11,16 @@ pipeline:
# http://plugins.drone.io/drone-plugins/drone-gitea-release/
image: plugins/gitea-release
files: target/release/reel-moby
secrets: [api_key, base_url]
secrets: [gitea_release_api_key, gitea_release_base_url]
when:
event: tag
tag: v*
github_release:
# http://plugins.drone.io/drone-plugins/drone-github-release/
image: plugins/github-release
files: target/release/reel-moby
secrets: [github_release_api_key]
when:
event: tag
tag: test*