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

git source? #57

Closed lgwapnitsky closed 9 years ago

lgwapnitsky commented 9 years ago

Where do I specify the git source from which I'm pulling?

Thank you

pocketarc commented 9 years ago

You can do this with the --repo option, but you don't have to. Just drop the git-deploy file onto your project's repo folder, and run it there. It'll automatically use that.

lgwapnitsky commented 9 years ago

OK. I'm running this on a hosted server which is not my git repo. Let me try specifying. Thanks

On Wed, Mar 25, 2015 at 8:13 AM Bruno De Barros notifications@github.com wrote:

You can do this with the --repo option, but you don't have to. Just drop the git-deploy file onto your project's repo folder, and run it there. It'll automatically use that.

— Reply to this email directly or view it on GitHub https://github.com/BrunoDeBarros/git-deploy-php/issues/57#issuecomment-86001422 .

pocketarc commented 9 years ago

I think there may be some confusion here - you have your git repo on your computer for development, right? So you drop the git-deploy file in there, create a deploy.ini, and then go into your command line, cd to that folder and run git-deploy, which deploys your changes to your server via FTP or SFTP (whichever you specify in the deploy.ini file).

lgwapnitsky commented 9 years ago

ah...now i've got it. thanks

On Wed, Mar 25, 2015 at 8:21 AM Bruno De Barros notifications@github.com wrote:

I think there may be some confusion here - you have your git repo on your computer for development, right? So you drop the git-deploy file in there, create a deploy.ini, and then go into your command line, cd to that folder and run git-deploy, which deploys your changes to your server via FTP or SFTP (whichever you specify in the deploy.ini file).

— Reply to this email directly or view it on GitHub https://github.com/BrunoDeBarros/git-deploy-php/issues/57#issuecomment-86002913 .

pocketarc commented 9 years ago

Can I close this issue then? Is everything working for you?

lgwapnitsky commented 9 years ago

all good. thanks!

On Wed, Mar 25, 2015 at 9:07 AM Bruno De Barros notifications@github.com wrote:

Can I close this issue then? Is everything working for you?

— Reply to this email directly or view it on GitHub https://github.com/BrunoDeBarros/git-deploy-php/issues/57#issuecomment-86016494 .