airavata-courses / TeamAviato

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

Codedeploy fails due to previously created instance files #16

Closed tilaks26 closed 8 years ago

tilaks26 commented 8 years ago

When trying to deploy changed code, the codedeploy fails because it is trying to create files which already exist. To solve this, we must include commands to delete the files pertaining to our microservices so that we can re-install them in the new deploy. We can do so in our scripts/before-install.sh file.

tilaks26 commented 8 years ago

Fixed!