Adding Google cloud build
This commit is contained in:
parent
f3956ed45c
commit
c63dcf3db3
8
cloudbuild.yaml
Normal file
8
cloudbuild.yaml
Normal file
@ -0,0 +1,8 @@
|
||||
steps:
|
||||
- name: 'Install node modules'
|
||||
entrypoint: 'npm'
|
||||
args: ['install']
|
||||
|
||||
- name: 'Start running code'
|
||||
entrypoint: 'npm'
|
||||
args: ['start']
|
||||
Loading…
Reference in New Issue
Block a user