Skip to content

Commit b3e97d0

Browse files
committed
adding netlify deploy button
1 parent 4b25f57 commit b3e97d0

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

README.MD

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ You'll need to configure settings on both GitHub and your Netlify/Azure to make
5151

5252
### Deployment with Netlify
5353

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+
5456
We've bundled a `netlify.toml` file in the root of the repository, which will configure your build and deployment settings.
5557
**You will need to add two environment configuration settings** using the netlify UI:
5658

netlify.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,7 @@
99
from = "/api/*"
1010
to = "/.netlify/functions/:splat"
1111
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"

0 commit comments

Comments
 (0)