Lein plugin to upload an uberjar to s3.
:plugins [[lein-s3-uberjar-release "0.1.0"]]
:s3-uberjar-release {:bucket "deploys.rafflecopter.com"
:prefix "/jars/raflui/%s" ; %s is current git hash
:filename "raflui-standalone.jar"}
Ensure you have s3cmd
(use your package manager). And set you AWS credentials by doing s3cmd --configure
.
lein s3-uberjar-release
This will build an uberjar and upload it along with its sha512 to the location desired.
MIT in LICENSE
file.