I'm deploying files from Bitbucket via CodeDeploy tool. After deploy to EC2 instance symlinks become empty folders. Is there a way to keep symlinks after deploy?
Symlinks is now supported for artifacts, as stated in the docs.
In buildspec.yml
:
artifacts:
enable-symlinks: yes