Skip to content

Commit

Permalink
Fix cloudbuild.yaml and remove app.yaml (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielrozenberg authored Oct 27, 2023
1 parent 64316c4 commit f6d6fb9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 14 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/build
node_modules
12 changes: 0 additions & 12 deletions app.yaml

This file was deleted.

5 changes: 3 additions & 2 deletions cloudbuild.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
steps:
# Deploy the app.
- name: gcr.io/cloud-builders/gcloud
- name: 'gcr.io/google.com/cloudsdktool/cloud-sdk'
args:
- gcloud
- functions
- deploy
- ${_DEPLOY_VERSION}
- --runtime=${_RUNTIME}
- --set-env-vars
- COMMIT_SHA=$COMMIT_SHA

0 comments on commit f6d6fb9

Please sign in to comment.