scttnlsn / dandelion

Incremental Git repository deployment.
http://scttnlsn.github.io/dandelion
MIT License
738 stars 60 forks source link

Is there any way to place the dandelion.yml file outside the working directory? #121

Closed tmertz closed 9 years ago

tmertz commented 9 years ago

I have a setup where I'd rather not have my config in my repo. But when I use the dandelion --config=../mysite.yml deploy I get an error that tells me no config file was found, even though it's present at that location.

tmertz commented 9 years ago

Nevermind. The error was due to invalid characters in my yaml file. O.o