Adds cloudbuild.yaml

This commit is contained in:
Zachary Boyd 2018-08-12 11:20:30 -04:00
parent fb1840b90d
commit 51467b2e72
3 changed files with 4 additions and 5 deletions

View file

@ -1,8 +1,8 @@
.git .git
node_modules node_modules
Dockerfile Dockerfile
yarn.lock
npm-debug.log npm-debug.log
docker-compose.yml docker-compose.yml
.env .env
README.md README.md
Jenkinsfile

1
.gitignore vendored
View file

@ -1,4 +1,3 @@
node_modules node_modules
yarn.lock
npm-debug.log npm-debug.log
.env .env

View file

@ -1,4 +1,4 @@
node_modules node_modules
yarn.lock
npm-debug.log npm-debug.log
.env .env
Jenkinsfile