Deployed artifact through CodeDeploy does not have on its content the "conf" folder
Opened this issue · 0 comments
Deleted user commented
Hi @miere
I have a project that should contains the conf
directory included on the bundled which we intent to deploy on our production environment. I've checked and the bundled package contains this folder. But, when list the /opt/application folder on my server, that folder does not exists.
After digging into the source code I've figured out that the appspec.yml does not have a rule to deploy the "conf" folder.
Could you please explain me why this restriction and why that is the expected behaviour?