Skip to content

Commit

Permalink
deployment howto
Browse files Browse the repository at this point in the history
  • Loading branch information
cweiske committed Oct 26, 2011
1 parent 38d761f commit e28cc1c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions DEPLOYMENT
@@ -0,0 +1,15 @@
Deploying the website to live
=============================

Setup
-----
::

$ git remote add live ssh://pear2.php.net/var/www/html/pear2.php.net


Deployment
----------
::

$ git push live master

0 comments on commit e28cc1c

Please sign in to comment.