diff options
| author | Ritesh Ghosh <[email protected]> | 2024-01-22 20:39:02 +0530 |
|---|---|---|
| committer | Ritesh Ghosh <[email protected]> | 2024-01-22 20:39:02 +0530 |
| commit | a0cdb59f74d6f1994ba84faa6430933edb505182 (patch) | |
| tree | a4538c1e7933b99e45da0a3a5ba3ad9543c9d2b2 /render.yaml | |
| parent | 0cb22933fa85674ab038f70347126a24d40eefda (diff) | |
| download | aniwatch-api-a0cdb59f74d6f1994ba84faa6430933edb505182.tar.xz aniwatch-api-a0cdb59f74d6f1994ba84faa6430933edb505182.zip | |
feat: add render deployment config file
Diffstat (limited to 'render.yaml')
| -rw-r--r-- | render.yaml | 10 |
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 |
