diff --git a/README.md b/README.md index d5b79c7..2270275 100644 --- a/README.md +++ b/README.md @@ -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 ## + + + Deploy to Render + + ## 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) diff --git a/render.yaml b/render.yaml new file mode 100644 index 0000000..4f87729 --- /dev/null +++ b/render.yaml @@ -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