In order to setup a flow from developer code to a public URL, I've been testing some flows and the current one does not work that good:
I have an AWS Pipeline that picks up the source code from CodeCommit, builds the Sage Theme using gulp and deploys the entire code into an Elacticbeanstalk application.
The bad part here is that I'm pushing the entire code again and again, all I really need is the theme folder. Plus, I need to re-activate all plugins every single time :(
What is the best approach for such scenario?
git pushbuild and deploy? an ansible playbook? can you share your directory structure and docker files ? will try on localhost and then using AWS EB. – balexandre Jul 27 '17 at 19:01