diff --git a/README.md b/README.md
index 94500a7..66e762c 100644
--- a/README.md
+++ b/README.md
@@ -42,6 +42,8 @@ Table of contents
[](https://railway.app/new/template/pBzeiN)
[](https://app.koyeb.com/deploy?type=git&repository=github.com/NebulaServices/Nebula&branch=main&name=NebulaProxy)
+
+[](https://render.com/deploy?repo=https://github.com/FireStreaker2/Nebula)
---
diff --git a/render.yaml b/render.yaml
new file mode 100644
index 0000000..c75e09f
--- /dev/null
+++ b/render.yaml
@@ -0,0 +1,12 @@
+services:
+ - type: web
+ name: Nebula
+ env: docker
+ repo: https://github.com/FireStreaker2/Nebula.git
+ region: oregon
+ plan: free
+ branch: main
+ rootDir: webdis
+ dockerCommand: ./Dockerfile
+ numInstances: 1
+ healthCheckPath: /
\ No newline at end of file