Skip to content

Commit 63a57ea

Browse files
committed
Update nginx version and fix Deploy Button
This upgrades nginx and hard codes a SHA for this release of 1.13.3. This also sets up `app.json` for the Heroku Deploy Button to use heroku-buildpack-multi which will pull in other buildpacks from `.buildpacks`. [ci skip]
1 parent b9c83f5 commit 63a57ea

File tree

2 files changed

+2
-14
lines changed

2 files changed

+2
-14
lines changed

.buildpacks

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
https://github.com/rcaught/heroku-buildpack-cmake#e4e2c9e
22
https://github.com/emk/heroku-buildpack-rust#578d630
33
https://codon-buildpacks.s3.amazonaws.com/buildpacks/heroku/emberjs.tgz
4-
https://github.com/ryandotsmith/nginx-buildpack.git#af813ba
4+
https://github.com/travis-ci/nginx-buildpack.git#2fbde35
55
https://github.com/sgrif/heroku-buildpack-diesel#f605edd

app.json

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -56,19 +56,7 @@
5656
],
5757
"buildpacks": [
5858
{
59-
"url": "https://github.com/rcaught/heroku-buildpack-cmake"
59+
"url": "https://github.com/heroku/heroku-buildpack-multi"
6060
},
61-
{
62-
"url": "https://github.com/emk/heroku-buildpack-rust"
63-
},
64-
{
65-
"url": "https://codon-buildpacks.s3.amazonaws.com/buildpacks/heroku/emberjs.tgz"
66-
},
67-
{
68-
"url": "https://github.com/travis-ci/nginx-buildpack"
69-
},
70-
{
71-
"url": "https://github.com/sgrif/heroku-buildpack-diesel"
72-
}
7361
]
7462
}

0 commit comments

Comments
 (0)