Skip to content

Commit

Permalink
dev: Note a potential future big simplification for heroku-build
Browse files Browse the repository at this point in the history
  • Loading branch information
tsibley committed May 13, 2024
1 parent 17a85d7 commit 0f76b4b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions scripts/heroku-build
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
# Build a Heroku app slug using the Heroku (classic) buildpack interface.
# <https://devcenter.heroku.com/articles/buildpack-api>
#
# XXX TODO: Switch to the Heroku Cloud Native buildpacks (CNB) once they're
# well-supported by Heroku's platform (or if we move off Heroku). The use of
# CNB to pack an app into an image is much simpler (and more comprehensive)
# than Heroku's classic buildpacks: most of this program below would vanish.
# Supporting CNB has long been on Heroku's roadmap and although it's still in
# preview¹, it's been getting recent attention.
# -trs, 13 May 2024
#
# ¹ <https://blog.heroku.com/heroku-cloud-native-buildpacks>
#
set -euo pipefail

cd "$(dirname "$0")/.."
Expand Down

0 comments on commit 0f76b4b

Please sign in to comment.