From c63dcf3db31a4d06cda453a81738e8330174dadb Mon Sep 17 00:00:00 2001 From: Vivek Teega Date: Fri, 2 Jun 2023 04:16:10 +0530 Subject: [PATCH] Adding Google cloud build --- cloudbuild.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 cloudbuild.yaml diff --git a/cloudbuild.yaml b/cloudbuild.yaml new file mode 100644 index 0000000..30ea13f --- /dev/null +++ b/cloudbuild.yaml @@ -0,0 +1,8 @@ +steps: +- name: 'Install node modules' + entrypoint: 'npm' + args: ['install'] + +- name: 'Start running code' + entrypoint: 'npm' + args: ['start'] \ No newline at end of file