first release
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/tag Build is passing

This commit is contained in:
2022-02-17 20:49:39 +01:00
commit 63c4944f71
7 changed files with 743 additions and 0 deletions

23
README.md Normal file
View File

@@ -0,0 +1,23 @@
# drone aptly pusher
[![Build Status](https://drone.asperti.com/api/badges/paspo/docker-aptly-pusher/status.svg)](https://drone.asperti.com/paspo/docker-aptly-pusher)
drone plugin meant to send .deb packages to an aptly repository
## usage
```yaml
- name: push to repo
image: docker.asperti.com/paspo/docker-aptly-pusher
settings:
api_url: https://deb.asperti.com/api
repo: collrepo
distribution: distro01
http_user: optional_http_user
http_pass: optional_http_password
passphrase: OptionalSupersecretPassphrase
files:
- debs/*.deb
```
http_user, http_pass and passphrase are best used with drone secrets.