https://github.com/l-2-j/DronePluginGitea
A drone CI plugin to create a release on gitea and push assets to it.
https://github.com/l-2-j/DronePluginGitea
drone drone-ci drone-plugin gitea gitea-drone hacktoberfest rust rust-lang
Last synced: 5 months ago
JSON representation
A drone CI plugin to create a release on gitea and push assets to it.
- Host: GitHub
- URL: https://github.com/l-2-j/DronePluginGitea
- Owner: ljoonal
- License: other
- Created: 2021-06-04T23:23:31.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-10-11T16:01:48.000Z (over 2 years ago)
- Last Synced: 2023-10-12T02:29:52.469Z (over 2 years ago)
- Topics: drone, drone-ci, drone-plugin, gitea, gitea-drone, hacktoberfest, rust, rust-lang
- Language: Rust
- Homepage:
- Size: 57.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Drone gitea release plugin
A very simple plugin to create a release on gitea and publish files to it. Built with the idea that pipelines will have a pre-processing step, so checksum generation, notes generation, and so on, is assumed to just be done via existing files.
## Settings
```yaml
base_url: https://try.gitea.io
api_key:
from_secret: api_key
name: title.txt
body: notes.txt
draft: false
prerelease: false
assets:
- release.tar.gz
- release.tar.gz.sha256
- release.tar.gz.sha512
```
## Todo
- Testing