aws-codedeploy-agent icon indicating copy to clipboard operation
aws-codedeploy-agent copied to clipboard

Directory not removed from destination when removed from source

Open jasonhr13 opened this issue 4 years ago • 0 comments

When deploying to EC2 from Github, we have deleted a directory app/models/model_name_dir from our repo.... But upon deployment, that folder is not removed from the server.

Is this expected? Why would a folder that no longer exists in source still be present in destination. Is there an appspec.yml setting to ensure that folder is removed when it no longer exists in the source?

jasonhr13 avatar May 13 '21 22:05 jasonhr13