Skip to content

Instantly share code, notes, and snippets.

@jkutner
Created May 22, 2020 22:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jkutner/0ad5a2e5caf3ab2a0eebe30fb6602798 to your computer and use it in GitHub Desktop.
Save jkutner/0ad5a2e5caf3ab2a0eebe30fb6602798 to your computer and use it in GitHub Desktop.
[project]
id = "my-app"
[[build.buildpacks]]
id = "example/jvm"
version = "1.0"
[[build.buildpacks]]
id = "example/ruby"
version = "1.0"
[[build.buildpacks]]
id = "me/rake-tasks"
inline = """
rake war
rake db:migrate
"""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment