Adding Google cloud build

This commit is contained in:
Vivek Teega 2023-06-02 04:16:10 +05:30
parent f3956ed45c
commit c63dcf3db3

8
cloudbuild.yaml Normal file
View File

@ -0,0 +1,8 @@
steps:
- name: 'Install node modules'
entrypoint: 'npm'
args: ['install']
- name: 'Start running code'
entrypoint: 'npm'
args: ['start']