Skip to content

Commit 507257b

Browse files
committed
Update README for new Heroku toolbelt variable.
1 parent 4296a06 commit 507257b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ git push heroku master
2020
Now we need to set some environment variables in order to get the heroku cli working properly using the [heroku-buildpack-toolbet](We are using the https://github.com/gregburek/heroku-buildpack-toolbelt.git).
2121

2222
```
23-
heroku config:add HEROKU_TOOLBELT_API_EMAIL=your-email@gmail.com -a my-database-backups
24-
heroku config:add HEROKU_TOOLBELT_API_PASSWORD=`heroku auth:token` -a my-database-backups
23+
heroku config:add HEROKU_API_KEY=`heroku auth:token` -a my-database-backups
2524
```
2625

2726
Next we need to add the amazon key and secret.

0 commit comments

Comments
 (0)