- Go to
Deployment Hooks -> Clone new release -> After this action -> Add Hook
and add this line:
ln -s {{project}}/storage/wp-config.php {{release}}/wp-config.php
- Add this configuration under Linked Folders:
wp-content/uploads -> storage/wp-content/uploads
Thanks man! That's exactly the setup I'm was looking for.