Skip to content

Commit d1452bd

Browse files
authored
Merge pull request #2 from alexhribsek/patch-1
add buildpack order information
2 parents 48ce64b + a74def2 commit d1452bd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ This buildpack takes a different approach and makes using the native Git way of
1414
1. Add the buildpack to your Heroku app:
1515

1616
heroku buildpacks:add https://github.com/SectorLabs/heroku-buildpack-git-submodule.git
17+
18+
Keep in mind that the buildpack order is important. If you'll specify this buildpack after your default one (e.g. `heroku/nodejs`) it'll not work. See [https://devcenter.heroku.com/articles/using-multiple-buildpacks-for-an-app](https://devcenter.heroku.com/articles/using-multiple-buildpacks-for-an-app) for details.
1719

1820
2. Set the `GIT_REPO_URL` to the SSH URL of your Git repo:
1921

0 commit comments

Comments
 (0)