Skip to content

Commit 4b2f8f1

Browse files
committed
Provide explicit directory for file location
The `.env` file is inside of the `./` directory.
1 parent 4b3b33f commit 4b2f8f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildpack.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ name = "Ruby"
1010
# get tokens for logging build tokens
1111
url = "https://codon-buildpacks.s3.amazonaws.com/buildpacks/heroku/ruby.tgz"
1212
dir = "."
13-
files = [".env"]
13+
files = ["./.env"]
1414
[[publish.Vendor]]
1515
url = "https://s3-external-1.amazonaws.com/heroku-buildpack-ruby/cedar-14/ruby-2.5.1.tgz"
1616
dir = "vendor/ruby/cedar-14"

0 commit comments

Comments
 (0)