diff --git a/DEPLOYMENT b/DEPLOYMENT new file mode 100644 index 0000000..3054f27 --- /dev/null +++ b/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