File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,8 @@ You'll need to configure settings on both GitHub and your Netlify/Azure to make
51
51
52
52
### Deployment with Netlify
53
53
54
+ <a href =" https://app.netlify.com/start/deploy " style =" background : url (https://www.netlify.com/img/deploy/button.svg ) no-repeat center ; color : transparent ; display : inline-block ; height : 3rem ;width : 150px " >Deploy to Netlify</a >
55
+
54
56
We've bundled a ` netlify.toml ` file in the root of the repository, which will configure your build and deployment settings.
55
57
** You will need to add two environment configuration settings** using the netlify UI:
56
58
Original file line number Diff line number Diff line change 9
9
from = " /api/*"
10
10
to = " /.netlify/functions/:splat"
11
11
status = 200
12
+
13
+ [template .environment ]
14
+ ABLY_API_KEY = " change me to your Ably Api key"
15
+ GITHUB_WEBHOOK_SECRET = " change me to your github webhook secret"
You can’t perform that action at this time.
0 commit comments