mirror of
https://github.com/imgproxy/imgproxy.git
synced 2025-01-08 10:45:04 +02:00
Update Heroku instructions
This commit is contained in:
parent
5a46f542c6
commit
4a4c330832
@ -102,10 +102,10 @@ However, you can do it manually with a few steps:
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ git clone https://github.com/DarthSim/imgproxy.git && cd imgproxy
|
$ git clone https://github.com/DarthSim/imgproxy.git && cd imgproxy
|
||||||
$ heroku git:remote -a your-application
|
$ heroku create your-application
|
||||||
$ heroku config:set BUILDPACK_URL=https://github.com/DarthSim/heroku-buildpack-imgproxy.git \
|
$ heroku buildpacks:add https://github.com/heroku/heroku-buildpack-apt
|
||||||
IMGPROXY_KEY=$YOUR_KEY \
|
$ heroku buildpacks:add https://github.com/heroku/heroku-buildpack-go
|
||||||
IMGPROXY_SALT=$YOUR_SALT
|
$ heroku config:set IMGPROXY_KEY=$YOUR_KEY IMGPROXY_SALT=$YOUR_SALT
|
||||||
$ git push heroku master
|
$ git push heroku master
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user