Skip to content

Commit

Permalink
feat: add render deployment config file
Browse files Browse the repository at this point in the history
  • Loading branch information
ghoshRitesh12 committed Jan 22, 2024
1 parent 0cb2293 commit a0cdb59
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions render.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
services:
- type: web
name: aniwatch-api
runtime: docker
repo: https://github.com/ghoshRitesh12/aniwatch-api.git
plan: free
branch: main
envVars:
- key: PORT
value: 4000

0 comments on commit a0cdb59

Please sign in to comment.