I'm newbie in wordmove. I've created movefile.yml in my local server but doctor command says:
▬▬ ✓ Validating movefile section: production ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
error | This remote has not ssh nor ftp protocol defined
▬▬ ✓ Validating movefile section: ssh ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
error | This remote has not ssh nor ftp protocol defined
my remote server is hosted on godaddy and terminal ssh connection works perfectly. Any suggests?
You have wrong indentation of the
sshkey. I got it because the doctor is consideringsshas a section (thus a root key in the YAML), so it should be like:But
sshhas to be nested insideproductionIf that is the case, so the doctor is right: your
productionlacks of thesshsection.