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. 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; diff --git a/render.yaml b/render.yaml index e50f86d..4e69d1a 100644 --- a/render.yaml +++ b/render.yaml @@ -9,6 +9,12 @@ 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 - key: MY_API_KEY value: production-api-key previewValue: test-api-key