Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

Commit

Permalink
updated buildpack URL after merge with PR #40
Browse files Browse the repository at this point in the history
Now it's also necessary to publish the buildpack so the Heroku Elements page (basically README.md) for the buildpack (https://elements.heroku.com/buildpacks/postgrest/postgrest-heroku) is aligned with GitHub too - see https://devcenter.heroku.com/articles/buildpack-registry#publishing-a-buildpack-version
  • Loading branch information
abernicchia-heroku authored and steve-chavez committed Oct 26, 2022
1 parent 87521bd commit 4e4eef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Credentials](https://devcenter.heroku.com/articles/heroku-postgresql-credentials
cd ${YOUR_APP_NAME}
git init .

heroku apps:create ${YOUR_APP_NAME} --buildpack https://github.com/abernicchia-heroku/postgrest-heroku.git
heroku apps:create ${YOUR_APP_NAME} --buildpack https://github.com/PostgREST/postgrest-heroku.git
heroku git:remote -a ${YOUR_APP_NAME}
```

Expand Down

0 comments on commit 4e4eef1

Please sign in to comment.