Fork me on GitHub
#leiningen
<
2016-10-03
>
donaldball13:10:41

nice, thanks

nfisher18:10:55

@danielcompton thanks S3 is only the start of my woes. I want to publish an uberjar as an EB application version. I looked at lein-beanstalk by weavejester and looked through the Github network graph nothing seems to quite scratch my itch. I’m currently developing it against 1.10.77 of the AWS Java SDK.

val_waeselynck18:10:15

@nfisher currently still uploading application versions to EB by hand 🙂 interested in an automated solution if you have one.

nfisher18:10:42

Not there yet I’m taking heavy inspiration from @weavejester solution.

nfisher18:10:06

But focused on uberjars.

nfisher18:10:52

Want ot make it so that CI builds automatically push a revision on success.

nfisher22:10:14

@val_waeselynck I’ve published an early version to Clojars.

nfisher22:10:31

It currently lists environments and publishes an application version. Will look at deploying probably tomorrow. It’s agnostic to what kind of application you’re deploying (e.g. could be a war, zip, anything thats supported by EB).