Skip to content

Commit

Permalink
added deploy to render button
Browse files Browse the repository at this point in the history
  • Loading branch information
maxxfrazer committed Oct 27, 2022
1 parent 397c6ed commit 23b3086
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ Agora Advanced Guide: [Token Management](https://docs.agora.io/en/video-calling/

[![Deploy on Railway](https://railway.app/button.svg)](https://railway.app/new/template/NKYzQA?referralCode=waRWUT)

## Deploy to Render ##

<a href="https://render.com/deploy?repo=https://github.com/AgoraIO-Community/agora-token-service">
<img src="https://render.com/images/deploy-to-render-button.svg" alt="Deploy to Render">
</a>

## Deploy to Heroku ##
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://www.heroku.com/deploy/?template=https://github.com/AgoraIO-Community/agora-token-service)

Expand Down
11 changes: 11 additions & 0 deletions render.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
services:
- type: web
name: Agora Token Server
env: docker
repo: https://github.com/AgoraIO-Community/agora-token-service.git
rootDir: .
envVars:
- key: APP_ID
sync: false
- key: APP_CERTIFICATE
sync: false

0 comments on commit 23b3086

Please sign in to comment.