From c7af389901e89a109cf5b3c9bca2f01fd5bc399b Mon Sep 17 00:00:00 2001 From: Manu Arora Date: Thu, 24 Feb 2022 10:33:30 +0530 Subject: [PATCH 1/3] =?UTF-8?q?=F0=9F=9A=80=20Test:=20CI/CD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.js b/src/App.js index 783c666a..ff235704 100644 --- a/src/App.js +++ b/src/App.js @@ -9,7 +9,7 @@ class App extends Component {
logo

- Hello from Render! + Hello from Render! Testing CI/CD on commits.

Date: Thu, 24 Feb 2022 10:45:50 +0530 Subject: [PATCH 2/3] Test push master --- src/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.js b/src/App.js index ff235704..52eee169 100644 --- a/src/App.js +++ b/src/App.js @@ -9,7 +9,7 @@ class App extends Component {
logo

- Hello from Render! Testing CI/CD on commits. + Hello from Render! Testing CI/CD on commits. Test push master

Date: Thu, 24 Feb 2022 10:51:36 +0530 Subject: [PATCH 3/3] Yaml file --- render.yaml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 render.yaml diff --git a/render.yaml b/render.yaml new file mode 100644 index 00000000..2e434f11 --- /dev/null +++ b/render.yaml @@ -0,0 +1,2 @@ +previewsEnabled: trueservices: +- type: web \ No newline at end of file