yeswework / fabrica-dev-kit

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

Question re config/wordmove.yml ? #30

Closed bongoman closed 7 years ago

bongoman commented 7 years ago

Just getting stuck on this file — do I cp this from the config/ directory to the main project directory as Movefile and is the wordmove push command then run from the main project directory?

andrewstaffell commented 7 years ago

Hi @bongoman, Gulp takes care of the copy procedure (and also adds the local development environment settings automatically). So you specify your staging/production environment settings inconfig/wordmove.yml, and when you run gulp or gulp build it'll render a valid Movefile.

You then use wordmove push from the main project directory.

If you are having problems let us know.