You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -17,7 +17,7 @@ This documentation provides examples for specific email use cases. Please [open
17
17
*[Specifying Categories](#categories)
18
18
*[Kitchen Sink - an example with all settings used](#kitchensink)
19
19
*[Deploy a Simple App on Google App Engine with Node.js](#gae)
20
-
*[Deploy a Simple App on Heroku with Node.js](#deploy_heroku)
20
+
*[Deploy a Simple App on Heroku with Node.js](#heroku)
21
21
*[How to Setup a Domain Whitelabel](#domain-white-label)
22
22
*[How to View Email Statistics](#email-stats)
23
23
@@ -182,21 +182,6 @@ sgMail
182
182
}
183
183
});
184
184
```
185
-
<aname="deploy"></a>
186
-
# Deploy
187
-
188
-
<aname="deploy_heroku"></a>
189
-
## Deploy SendGrid mail to Heroku
190
-
191
-
We are thrilled you are ready to deploy your SendGridified app! Here are step by step instructions (assuming you have a NodeJS app running on localhost tracked by git):
192
-
193
-
-`heroku create` (you may need to have your `heroku login` ready)
194
-
-`git push heroku master`
195
-
-`heroku ps:scale web=1`
196
-
-`heroku config:set SENDGRID_API_KEY=SG.YOUR.OWN-API_KEY-HERE` (replace `SG.YOUR.OWN-API_KEY-HERE` with your own [api key from sendgrid](https://app.sendgrid.com/settings/api_keys)
197
-
198
-
If you run into any other non SendGrid related issues, don't forget to read through [Heroku's deployment documentation](https://devcenter.heroku.com/articles/getting-started-with-nodejs).
Here are step by step instructions to deploy your Node.js app to Heroku (assuming you have a NodeJS app running on localhost tracked by git):
554
+
555
+
-`heroku create` (you may need to have your `heroku login` ready)
556
+
-`git push heroku master`
557
+
-`heroku ps:scale web=1`
558
+
-`heroku config:set SENDGRID_API_KEY=SG.YOUR.OWN-API_KEY-HERE` (replace `SG.YOUR.OWN-API_KEY-HERE` with your own [api key from sendgrid](https://app.sendgrid.com/settings/api_keys)
559
+
560
+
If you run into any other non SendGrid related issues, don't forget to read through [Heroku's deployment documentation](https://devcenter.heroku.com/articles/getting-started-with-nodejs).
0 commit comments