We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7188391 commit 9971c82Copy full SHA for 9971c82
docs/Heroku.md
@@ -4,7 +4,7 @@ cd stringer
4
heroku create
5
git push heroku master
6
7
-heroku config:set APP_URL=`heroku apps:info --shell | grep web_url | cut -d= -f2`
+heroku config:set APP_URL=`heroku apps:info --shell | grep web-url | cut -d= -f2`
8
heroku config:set SECRET_TOKEN=`openssl rand -hex 20`
9
10
heroku run rake db:migrate
0 commit comments