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
292 stars 45 forks source link

[Feature] Uploading of untracked files #17

Closed tasuki closed 11 years ago

tasuki commented 13 years ago

Use cases:

Issues:

Please see my commit in my fork for a quick & dirty solution. Can you come up with something better?

pocketarc commented 11 years ago

Hi @tasuk, I've added this to git-deploy-php 2.0. Check out the Readme for instructions on how to use it. I've kept it target-specific, despite the fact that you mentioned that your untracked files would be the same regardless of the target. It just keeps things simple, at the cost of some repetition.

tasuki commented 11 years ago

@BrunoDeBarros, cool!

(I've meanwhile switched my hosting to a vps with ssh access, where I have actual git repos on the server and deploy using something very similar to Joe Maller's method)