Skip to content

Commit bd269aa

Browse files
committed
Merge pull request dokku#154 from darkpixel/patch-1
Hint about build packs requiring config files. Closes dokkuGH-141
2 parents 40fa670 + 6eded2f commit bd269aa

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,9 @@ That's it!
2828

2929
## Deploy an App
3030

31-
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)! Let's deploy
32-
the Heroku Node.js sample app. All you have to do is add a remote to name the app. It's created on-the-fly.
31+
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)!
32+
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.
33+
Let's deploy the Heroku Node.js sample app. All you have to do is add a remote to name the app. It's created on-the-fly.
3334

3435
$ cd node-js-sample
3536
$ git remote add progrium git@progriumapp.com:node-js-app

0 commit comments

Comments
 (0)