From fc8514f40240d8b532a95b178e9052397ff110d1 Mon Sep 17 00:00:00 2001 From: "B.J. Rossiter" Date: Wed, 27 Feb 2013 12:03:57 +1100 Subject: [PATCH] Updated deploy instructions --- README.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/README.md b/README.md index cc04e7d..67f9147 100644 --- a/README.md +++ b/README.md @@ -6,14 +6,7 @@ You need PHP 5.4, MongoDB and Composer! ### Deployment ### -The app uses github's post commit web hooks to trigger updates and rebuilding -of the deployment. This post commit php handler is designed to only update the -current deployment if the commit is on the current branch that the deployment -is checked out on. - -When creating a new deployment: -1. Check the deployment out the correct branch e.g. `git checkout -t origin/staging`. -2. Create a new web hook for the url +`git push -f budget2012_buildpack branch:master` ### CI ###