Skip to content

Commit

Permalink
Use buildpack registry
Browse files Browse the repository at this point in the history
  • Loading branch information
mars committed Oct 18, 2018
1 parent 34a10b8 commit b7bde09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export APP_NAME=my-app
git clone https://github.com/mars/terraforming-app
cd terraforming-app/

heroku create $APP_NAME --buildpack https://github.com/mars/terraforming-buildpack
heroku create $APP_NAME --buildpack mars/terraforming
heroku addons:create heroku-postgresql

# Use our fork of Terraform that supports Postgres backend
Expand Down
2 changes: 1 addition & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"repository": "https://github.com/mars/terraforming-app.git",
"success_url": "https://github.com/mars/terraforming-app/blob/master/README.md",
"buildpacks": [{
"url": "https://github.com/mars/terraforming-buildpack.git"
"url": "mars/terraforming"
}],
"addons": [
"heroku-postgresql"
Expand Down

0 comments on commit b7bde09

Please sign in to comment.