Init, doesn't create /deploy ?
HI,
I've been testing Git for deployment by adding a remote location that is setup as --bare to my local environment and using git to push! I found about git-deploy recently and installed right away. While testing it, I noticed that a /deploy directory isn't created. Why would that happen if I followed the tutorial ? Something going wrong ?
Thanks for looking!
Hi,
Ok, I found the problem! I had a file called "deploy", my old bash script that I use to do all the operations to deploy my app. So, when running "git deploy init" nothing happened - I don't think this is a problem, as it's my fault - but would be nice if "git deploy" warned the user if the files can't be created!
Thanks a lot for your attention!