You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if you are using windows10/cygwin you need ignore directory/file permissions
on grunt/wordpressdeploy.coffee after line 9 add
"--no-p"
"--chmod=Du=rwx,Do=rx,Fu=rw,Fo=r" # you must change this for your prefered permissions
--
with this little change "grunt deploy --target=xxx" works ok :)
The text was updated successfully, but these errors were encountered:
Hey @oldlastman sorry for the delay! Been moving cross country so not much time for pet projects...
I'm really glad you gave this deployment method a shot. I'm not familiar at all with development on *nix environments except for doing some sys ops on webserver machines, so I should say there's no guarantee that this works on anything other than OS X.
If you're interested, I'd love some help troubleshooting the install.sh script. It's a very straightforward bash script but maybe the file traversal and manipulation has some syntax errors on cygwin and can be made usable for different shell types.
Aside from the issues mentioned above, did it work well for you? Any feedback is welcome.
if you are using windows10/cygwin you need ignore directory/file permissions
on grunt/wordpressdeploy.coffee after line 9 add
"--no-p"
"--chmod=Du=rwx,Do=rx,Fu=rw,Fo=r" # you must change this for your prefered permissions
--
with this little change "grunt deploy --target=xxx" works ok :)
The text was updated successfully, but these errors were encountered: