
We used last-commit-sha-buildpack in order to fetch the sha of the last deployed commit during building the app and save it to use it later. This was done using undocumented Heroku properties, for example it assumed a certain path to git files. It turns out that there's another way to do it now. We can enable dyno-metadata[1] feature on heroku and use HEROKU_SLUG_COMMIT [1] https://devcenter.heroku.com/articles/dyno-metadata
3 lines
104 B
Plaintext
3 lines
104 B
Plaintext
https://github.com/heroku/heroku-buildpack-ruby.git
|
|
https://github.com/ryandotsmith/nginx-buildpack.git
|