yeswework / fabrica-dev-kit

A toolkit for faster, smoother WordPress 5 development
https://fabri.ca/
MIT License
274 stars 27 forks source link

[BUG] ACF json files aren't being deployed correctly #29

Closed zomars closed 7 years ago

zomars commented 7 years ago

Whenever I use wordmove to deploy to a remote server, the acf-json is being deployed as a symbolic link instead of the actual folder, preventing me to sync the newly added fields.

captura de pantalla 2017-08-18 a las 10 57 47
zomars commented 7 years ago

On another note, when I manually upload the folder via FTP the sync starts working again.

zomars commented 7 years ago

Also, adding the -L flag to rsync_options in the wordmove.yml file resolves the issue. I don't know is this should be a default so it can work out of the box.

tiojoca commented 7 years ago

We prefer to leave the Wordmove server configuration for the user to set and only set the local information (like local paths and URLs/ports) since one user might choose to use FTP while another uses SSH, for example. But we've added the -L flag to the default commented rsync_options field in wordmove.yml.