aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRitesh Ghosh <[email protected]>2024-01-22 20:39:02 +0530
committerRitesh Ghosh <[email protected]>2024-01-22 20:39:02 +0530
commita0cdb59f74d6f1994ba84faa6430933edb505182 (patch)
treea4538c1e7933b99e45da0a3a5ba3ad9543c9d2b2
parent0cb22933fa85674ab038f70347126a24d40eefda (diff)
downloadaniwatch-api-a0cdb59f74d6f1994ba84faa6430933edb505182.tar.xz
aniwatch-api-a0cdb59f74d6f1994ba84faa6430933edb505182.zip
feat: add render deployment config file
-rw-r--r--render.yaml10
1 files changed, 10 insertions, 0 deletions
diff --git a/render.yaml b/render.yaml
new file mode 100644
index 0000000..b23f039
--- /dev/null
+++ b/render.yaml
@@ -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