You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Is there a way to tell eb_deployer how ti should package the application?
Perhaps something similar to ebs-deploy
Thanks!
The text was updated successfully, but these errors were encountered: