From ecc3ab8a08e189c856cad669f134b5e3e986ec99 Mon Sep 17 00:00:00 2001 From: FireStreaker2 <103970465+FireStreaker2@users.noreply.github.com> Date: Thu, 6 Apr 2023 18:44:09 -0700 Subject: [PATCH 1/3] test for render deploy --- README.md | 2 ++ render.yaml | 12 ++++++++++++ 2 files changed, 14 insertions(+) create mode 100644 render.yaml 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 [![Deploy on Railway](https://binbashbanana.github.io/deploy-buttons/buttons/remade/railway.svg)](https://railway.app/new/template/pBzeiN)
[![Deploy To Koyeb](https://binbashbanana.github.io/deploy-buttons/buttons/remade/koyeb.svg)](https://app.koyeb.com/deploy?type=git&repository=github.com/NebulaServices/Nebula&branch=main&name=NebulaProxy) +
+[![Deploy to Render](https://render.com/images/deploy-to-render-button.svg)](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 From 604bdcc75fab4703bc354912a9e0b088e50dd5d9 Mon Sep 17 00:00:00 2001 From: FireStreaker2 <103970465+FireStreaker2@users.noreply.github.com> Date: Thu, 6 Apr 2023 18:57:21 -0700 Subject: [PATCH 2/3] fix deploy file --- render.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/render.yaml b/render.yaml index c75e09f..65997d5 100644 --- a/render.yaml +++ b/render.yaml @@ -6,7 +6,5 @@ services: region: oregon plan: free branch: main - rootDir: webdis - dockerCommand: ./Dockerfile numInstances: 1 - healthCheckPath: / \ No newline at end of file + healthCheckPath: / From 0c0120d522a4ac1fc07c01eb1c54dc5e94a1fefc Mon Sep 17 00:00:00 2001 From: FireStreaker2 <103970465+FireStreaker2@users.noreply.github.com> Date: Thu, 6 Apr 2023 19:18:14 -0700 Subject: [PATCH 3/3] ready for prod --- README.md | 2 +- render.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 66e762c..d37018b 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ Table of contents
[![Deploy To Koyeb](https://binbashbanana.github.io/deploy-buttons/buttons/remade/koyeb.svg)](https://app.koyeb.com/deploy?type=git&repository=github.com/NebulaServices/Nebula&branch=main&name=NebulaProxy)
-[![Deploy to Render](https://render.com/images/deploy-to-render-button.svg)](https://render.com/deploy?repo=https://github.com/FireStreaker2/Nebula) +[![Deploy to Render](https://raw.githubusercontent.com/BinBashBanana/deploy-buttons/main/buttons/remade/render.svg)](https://render.com/deploy?repo=https://github.com/NebulaServices/Nebula) --- diff --git a/render.yaml b/render.yaml index 65997d5..a55bed8 100644 --- a/render.yaml +++ b/render.yaml @@ -2,7 +2,7 @@ services: - type: web name: Nebula env: docker - repo: https://github.com/FireStreaker2/Nebula.git + repo: https://github.com/NebulaServices/Nebula.git region: oregon plan: free branch: main