Closed bongoman closed 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.
Just getting stuck on this file — do I
cp
this from the config/ directory to the main project directory asMovefile
and is thewordmove push
command then run from the main project directory?