Adding note re: pushing to master for deployments.

This commit is contained in:
Elliot Chong
2014-04-02 17:57:38 -07:00
parent 6d82792508
commit 80d6188032

View File

@@ -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 <local branch>: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.