Skip to content

Rafflecopter/lein-s3-uberjar-release

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lein-s3-uberjar-release

Clojars Project

Lein plugin to upload an uberjar to s3.

Configuration

: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.

Use

lein s3-uberjar-release

This will build an uberjar and upload it along with its sha512 to the location desired.

License

MIT in LICENSE file.

About

Lein plugin to modify lein release to upload an uberjar to s3

Resources

License

Stars

Watchers

Forks

Packages

No packages published