mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-01-10 17:45:36 +00:00
Add Aptly publish plugin (#1521)
A plugin to publish one (or more) Debian package on a Aptly repository using its API.
This commit is contained in:
parent
fd6eb36a31
commit
f1e9c8416d
1 changed files with 5 additions and 0 deletions
|
@ -78,6 +78,11 @@
|
|||
"name": "Chart releaser",
|
||||
"docs": "https://raw.githubusercontent.com/woodpecker-ci/plugin-chart-releaser/master/docs.md",
|
||||
"verified": true
|
||||
},
|
||||
{
|
||||
"name": "Aptly publish",
|
||||
"docs": "https://gitea.zionetrix.net/bn8/aptly-publish/raw/branch/master/docs.md",
|
||||
"verified": false
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue