-
Notifications
You must be signed in to change notification settings - Fork 11
Deployment broken #15
Comments
Hm, it looks like the Elastic Beanstalk staging directory ( Also if you run this script on a fresh EC2 instance (by terminating one of the instances in your application), does it work then? |
Platform version : It works the first time, yes. But if I try to update an existing instance it does not. |
Ok, my next move to debug this would be to check if, when you get the " By the way, this module probably needs to be updated in other ways for platform 4.3.0. For instance, if you're using Node 8.x, thus npm 5, it might be that you no longer need to downgrade to npm 2 for speed reasons. A disclaimer that's at the top of the README but I should repeat here: Mixmax no longer uses this module in favor of eb-disable-npm. |
ended up in a lot of EB pain. |
for anyone struggling, removing cached modules and setting up aws codepipeline helped |
@rkrasiuk could you please explain how to do this? |
@dblythy well, i couldn't get direct deployment to work, so i set up aws codepipeline - webhook for github -> aws codebuild -> deployment to eb. hope that helps you! |
When I try to deploy a new version of my app, I get this error from Elastic Beanstalk :
Did I miss something ?
The text was updated successfully, but these errors were encountered: