Go to file
Paolo Asperti ed99be0c84
continuous-integration/drone/tag Build is passing Details
added force signing
2022-07-19 12:07:12 +02:00
.dockerignore first release 2022-02-17 20:52:50 +01:00
.drone.yml push only latest release 2022-02-17 20:53:38 +01:00
.gitignore first release 2022-02-17 20:52:50 +01:00
Dockerfile first release 2022-02-17 20:52:50 +01:00
LICENSE first release 2022-02-17 20:52:50 +01:00
README.md first release 2022-02-17 20:52:50 +01:00
run.sh added force signing 2022-07-19 12:07:12 +02:00

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.