ThoughtWorksStudios / eb_deployer

AWS Elastic Beanstalk blue-green deployment automation from ThoughtWorks Mingle Team
MIT License
400 stars 95 forks source link

Grails deployment #80

Closed kkoci closed 8 years ago

kkoci commented 8 years ago

Hi ,

Can I use eb_deployer, to deploy .war groovy files to Beanstalk?

Is it language agnostic? Or it needs to be a Rails project?

Thanks in advance!

wpc commented 8 years ago

It is language agnostic. eb_deployer support any platform elasticbeanstalk supports. To elasticbeanstalk your groovy war is nothing different with a normal java webapp.

kkoci commented 8 years ago

Thank You very much wpc