Hi there,
I use a pretty simple pipeline (push to git then npm install my server, then npm install my front-end, test then build) and then it is deployed to AWS using EB. However the app does deploy to AWS but does not terminate the task in CircleCi leaving it in “Running Forever”.
Here is the verbose output:
eb deploy MyEnvironment -v
INFO: Deploying code to MyEnvironment in region eu-west-1
INFO: Getting version label from git with git-describe
Creating application version archive "app-ba79-290727_140126".
INFO: creating zip using git archive HEAD
INFO: git archive output: .babelrc
List of all my files
INFO: Uploading archive to s3 location: MyEnvironment/app-ba79-290727_140126.zip
Uploading: [##################################################] 100% Done...
INFO: Creating AppVersion app-ba79-290727_140126
You can find the full thread here:
It then hangs here forever but it successfully deploys to AWS and I can see the changes I made.
Thank you!!