From 025f2134f52665a13e4265bad4a330aa4c29b244 Mon Sep 17 00:00:00 2001 From: haojiwu Date: Mon, 15 Mar 2021 11:27:01 -0700 Subject: [PATCH 1/4] update readme with newline --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9460477..05040a8 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ This is a sample repository to demonstrate how you can use preview environments ## Getting Started + - Fork this repository - Synchronize the `render.yaml` file in [your dashboard](https://dashboard.render.com/iacs) and wait for your services to start. - Note: The initial startup time takes a couple minutes. Subsequent builds are significantly faster. From 598ce9414f6faa946d8503556c500aa73f43010f Mon Sep 17 00:00:00 2001 From: haojiwu Date: Mon, 19 Apr 2021 16:43:28 -0700 Subject: [PATCH 2/4] Update App.js --- frontend/src/App.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/App.js b/frontend/src/App.js index cc3f36e..c5d8679 100644 --- a/frontend/src/App.js +++ b/frontend/src/App.js @@ -60,7 +60,7 @@ function App() {
Powered by Render
-

Todo List

+

My Todo List

@@ -85,4 +85,4 @@ function App() { ) } -export default App; \ No newline at end of file +export default App; From 80546f72cc7174972e71834dc3fe1a15c1151409 Mon Sep 17 00:00:00 2001 From: haojiwu Date: Mon, 19 Apr 2021 16:58:14 -0700 Subject: [PATCH 3/4] Update render.yaml --- render.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/render.yaml b/render.yaml index e50f86d..eb04158 100644 --- a/render.yaml +++ b/render.yaml @@ -9,6 +9,9 @@ services: buildCommand: cd backend && yarn startCommand: cd backend && yarn start envVars: + - key: MY_API_KEY2 + value: production-api-key2 + previewValue: test-api-key2 - key: MY_API_KEY value: production-api-key previewValue: test-api-key From 67de7e637ab7eccd04f475d9c615675bb26dd15d Mon Sep 17 00:00:00 2001 From: haojiwu Date: Mon, 19 Apr 2021 17:23:59 -0700 Subject: [PATCH 4/4] add MY_API_KEY3 --- render.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/render.yaml b/render.yaml index eb04158..4e69d1a 100644 --- a/render.yaml +++ b/render.yaml @@ -9,6 +9,9 @@ services: buildCommand: cd backend && yarn startCommand: cd backend && yarn start envVars: + - key: MY_API_KEY3 + value: production-api-key3 + previewValue: test-api-key3 - key: MY_API_KEY2 value: production-api-key2 previewValue: test-api-key2