aboutsummaryrefslogtreecommitdiff
path: root/docs/deploy.rst
diff options
context:
space:
mode:
authorPatryk Zawadzki <patrys@room-303.com>2016-06-08 18:00:18 +0200
committerPatryk Zawadzki <patrys@room-303.com>2016-06-08 18:00:18 +0200
commitf43ddee3fa1a744c0c60e87072ac1d66d2800d49 (patch)
treea9870eb3424fe0c1ba603f4322731cc8db031457 /docs/deploy.rst
parentc621a1b99587ab6207fad46002034a48e5c22dc6 (diff)
downloadsaleor-frontend-f43ddee3fa1a744c0c60e87072ac1d66d2800d49.tar.gz
saleor-frontend-f43ddee3fa1a744c0c60e87072ac1d66d2800d49.tar.bz2
saleor-frontend-f43ddee3fa1a744c0c60e87072ac1d66d2800d49.zip
Update deploy.rst
Diffstat (limited to 'docs/deploy.rst')
-rw-r--r--docs/deploy.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/deploy.rst b/docs/deploy.rst
index 970b777f..2606b747 100644
--- a/docs/deploy.rst
+++ b/docs/deploy.rst
@@ -59,7 +59,8 @@ First steps
.. code::
- $ heroku create --buildpack https://github.com/ddollar/heroku-buildpack-multi.git
+ $ heroku create --buildpack https://github.com/mbuchetics/heroku-buildpack-nodejs-grunt.git
+ $ heroku buildpacks:add --index 1 https://github.com/heroku/heroku-buildpack-python.git
$ heroku addons:add heroku-postgresql
$ heroku addons:add heroku-redis
$ heroku config:set SECRET_KEY='<your secret key here>'