File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ npm install
4
4
5
5
echo -e " \n\nNOW ENTER YOUR HEROKU PASSWORD"
6
6
# Set up heroku.
7
- # - https:// devcenter.heroku.com/articles/config-vars#setting-up-config-vars-for-a-deployed-application
8
- # - https:// devcenter.heroku.com/articles/heroku-postgresql#provisioning-the-add-on
7
+ # - devcenter.heroku.com/articles/config-vars
8
+ # - devcenter.heroku.com/articles/heroku-postgresql
9
9
heroku login
10
10
heroku create
11
11
ssh-keygen -t rsa
@@ -16,10 +16,9 @@ heroku plugins:install git://github.com/ddollar/heroku-config.git
16
16
17
17
# Set up heroku configuration variables
18
18
# https://devcenter.heroku.com/articles/config-vars
19
- # IMPORTANT:
20
- # - Edit .env to include your own COINBASE_API_KEY and HEROKU_POSTGRES_URL.
21
- # - Modify the .env.dummy file, and DO NOT check .env into the git repository.
22
- # - See .env.dummy for details.
19
+ # - Edit .env to include your own COINBASE_API_KEY and HEROKU_POSTGRES_URL.
20
+ # - Modify the .env.dummy file, and DO NOT check .env into the git repository.
21
+ # - See .env.dummy for details.
23
22
cp .env.dummy .env
24
23
25
24
# For local: setup postgres (one-time) and then run the local server
You can’t perform that action at this time.
0 commit comments