airavata-courses / TeamAviato

A weather predictor SaaS using Microservices.
http://courses.airavata.org/
0 stars 3 forks source link

Codedeploy deletes all other files from previous deployments #19

Closed amolrbhagwat closed 8 years ago

amolrbhagwat commented 8 years ago

This was fixed thanks to @gouravshenoy. Since the zip from S3 was being extracted into the home of ec2-user, CodeDeploy was cleaning the entire folder (which happened to be where all other microservices were deployed). So the fix was to extract the zips into their own folders.