Created
May 22, 2020 22:37
-
-
Save jkutner/0ad5a2e5caf3ab2a0eebe30fb6602798 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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