Skip to content
This repository was archived by the owner on May 23, 2024. It is now read-only.

Commit 1015775

Browse files
committed
Update README.md
1 parent 0cd002f commit 1015775

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ It is inspired by (and extracted from) [kennethreitz/python-versions](https://gi
1919

2020
## Getting Started (Staging)
2121

22-
* Create a Heroku app and push the build toolkit to it.
23-
(`$ heroku create build-toolkit-python-staging --buildpack https://github.com/kennethreitz/conda-buildpack.git`)
24-
* Add your S3 credentials to the application
25-
(`AWS_ACCESS_KEY_ID`,`AWS_SECRET_ACCESS_KEY`, and `S3_BUCKET`)
26-
* `local$ heroku run bash`
27-
* `dyno$ bob build runtimes/python-2.7.6`
28-
* `dyno$ bob deploy runtimes/python-2.7.6`
22+
* `$ heroku create build-toolkit-python-staging --buildpack https://github.com/kennethreitz/conda-buildpack.git`
23+
* `$ heroku config:set AWS_ACCESS_KEY_ID=xxx AWS_SECRET_ACCESS_KEY=xxx S3_BUCKET=xxx
24+
25+
```
26+
$ heroku run bash
27+
$ bob build runtimes/python-2.7.6
28+
$ bob deploy runtimes/python-2.7.6
2929
3030

0 commit comments

Comments
 (0)