You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
continuous-integration/drone/tag Build is passing
Details
|
11 months ago | |
---|---|---|
.dockerignore | 1 year ago | |
.drone.yml | 1 year ago | |
.gitignore | 1 year ago | |
Dockerfile | 1 year ago | |
LICENSE | 1 year ago | |
README.md | 1 year ago | |
run.sh | 11 months ago |
README.md
drone aptly pusher
drone plugin meant to send .deb packages to an aptly repository
usage
- 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.