Skip to content

Commit

Permalink
Merge pull request #177 from dandi/fix-webdav-buildpack
Browse files Browse the repository at this point in the history
Use full URL for webdav buildpack
  • Loading branch information
mvandenburgh authored Apr 4, 2024
2 parents afb577d + 6e56e06 commit a04c6a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/webdav.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ resource "heroku_app" "webdav" {
# The Rust application is compiled and pushed to Heroku via a GitHub Action, so
# we don't need to specify a specific buildpack here. So, we just fall back to
# the Heroku CLI buildpack as a default.
"heroku-community/cli"
"https://buildpack-registry.s3.amazonaws.com/buildpacks/heroku-community/cli.tgz"
]
}

Expand Down

0 comments on commit a04c6a4

Please sign in to comment.