Deploy a PHP project from Git to a server that does not have Git installed Deploy a PHP project from Git to a server that does not have Git installed php php

Deploy a PHP project from Git to a server that does not have Git installed


There are three git-ftp scripts which allow you to "push" a git repository to a FTP server.


You might be able to use something like Fuse to "mount" the production server as a local drive, and then as far as your copy of git is concerned it's a local operation. Alternatively, rsync.


There's a tool call Dandelion that also does this. From what I can see, it's quite similar to git-ftp, BUT it also supports sftp and Amazon S3, which is handy if you don't want to change deploy tool just because you change server. It comes as a ruby gem, so really easy to install and get going.