From 80d618803213ce2cc91a587d5d9b28a7b2018c8d Mon Sep 17 00:00:00 2001 From: Elliot Chong Date: Wed, 2 Apr 2014 17:57:38 -0700 Subject: [PATCH] Adding note re: pushing to master for deployments. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0940a8a4e..3dfbebb46 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,8 @@ Now you can deploy apps on your Dokku. Let's deploy the [Heroku Node.js sample a You're done! +Dokku only supports deploying from its master branch, so if you'd like to deploy a different local branch use: ```git push progrium :master``` + Right now Buildstep supports buildpacks for Node.js, Ruby, Python, [and more](https://github.com/progrium/buildstep#supported-buildpacks). It's not hard to add more, [go add more](https://github.com/progrium/buildstep#adding-buildpacks)! Please check the documentation for your particular build pack as you may need to include configuration files (such as a Procfile) in your project root.