scttnlsn / dandelion

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

Make directory if deployment directory does not exist #110

Closed colinhahn closed 9 years ago

colinhahn commented 9 years ago

It would be a huge help if dandelion could create a directory for the project if the destination directory does not yet exist. Directories within source control are created, but if I want to put the whole project within a directory on the server, I have to either create that directory manually beforehand or include that directory in the repository (and put all of the files for that project within that directory, which adds a layer to the project).

scttnlsn commented 9 years ago

@colinhahn I believe most of the adapters are already setup to do this. Are you using the FTP adapter? It looks like it does not currently support this.

colinhahn commented 9 years ago

@scttnlsn Yes, because we're in a shared hosting environment for some of our sites, we don't have SSH access and have to use the FTP adapter.