Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add package configuration feature #77

Open
thiagofelix opened this issue Jun 11, 2016 · 1 comment
Open

Add package configuration feature #77

thiagofelix opened this issue Jun 11, 2016 · 1 comment

Comments

@thiagofelix
Copy link

Is there a way to tell eb_deployer how ti should package the application?
Perhaps something similar to ebs-deploy

Thanks!

@wpc
Copy link
Contributor

wpc commented Jul 14, 2016

Hi, @thiagofelix

How to package application is kind of platform dependent. For platform like java packaging is a complex process, should always handled by build tools such maven and gradle. On the other hand, on platform like ruby and node (maybe python), packaging is as simple as single line of shell command "git ls | zip @". So I think it is better let end user doing the packaging.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants