pocketarc / git-deploy-php

git-deploy-php is a simple php-based tool that deploys your Git repositories to FTP/SFTP servers, and keeps them updated automatically.
http://brunodebarros.github.io/git-deploy-php
291 stars 45 forks source link

Can I use git-deploy to transfer files to a server without git? #18

Closed tsega closed 12 years ago

tsega commented 12 years ago

I have my remote git repo at hosted online, my machine has a working git installation and I pull and push stuff with ease when it comes to the remote git repo. What I want to do is to deploy my files on a separate server, which doesn't have git. Is that possible?

I'm just tired of hand picking each and every file that needs to be uploaded.

pocketarc commented 12 years ago

Of course it's possible! Just put git-deploy in your git repo, add the FTP details of your separate server to the deploy.ini file, then whenever you want to deploy it, just "php git-deploy" :)

tsega commented 12 years ago

Thanks Bruno, that was a very quick reply! Really useful tool, can't wait to use it.