Skip to content

Instantly share code, notes, and snippets.

@samlavery
Created November 14, 2016 23:19
Show Gist options
  • Save samlavery/56d1d3940e26d4a4c407fff78fe3c3a6 to your computer and use it in GitHub Desktop.
Save samlavery/56d1d3940e26d4a4c407fff78fe3c3a6 to your computer and use it in GitHub Desktop.
upload to drone
find ./ -name "*.rpm" -execdir curl -X PUT --data-binary @{} http://deploy:PW@localhost:8080/api/v3/upload/plain/channel/dbf14251-acc8-4b73-8f6d-930ff4f9a04d/{} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment