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.
 
 
Paolo Asperti ed99be0c84
continuous-integration/drone/tag Build is passing Details
added force signing
11 months ago
.dockerignore first release 1 year ago
.drone.yml push only latest release 1 year ago
.gitignore first release 1 year ago
Dockerfile first release 1 year ago
LICENSE first release 1 year ago
README.md first release 1 year ago
run.sh added force signing 11 months ago

README.md

drone aptly pusher

Build Status

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.