Skip to content

Commit

Permalink
GCF CI/CD: Use consistent region tags across languages (#1713)
Browse files Browse the repository at this point in the history
@labtopia FYI - this will require an update to the docs

(**Motivation:** we're adding [Java](GoogleCloudPlatform/java-docs-samples#2615) and [Python](GoogleCloudPlatform/python-docs-samples#3324) versions of this sample.)
  • Loading branch information
Ace Nassri authored Apr 10, 2020
1 parent 2c74922 commit a3f8099
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions functions/ci_cd/cloudbuild.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# [START functions_ci_cd_cloud_build_nodejs]
# [START functions_ci_cd_cloud_build]
steps:
- name: 'gcr.io/cloud-builders/yarn'
args: ['install']
Expand All @@ -9,4 +9,4 @@ steps:
- name: 'gcr.io/cloud-builders/gcloud'
args: ['functions', 'deploy', '[YOUR_DEPLOYED_FUNCTION_NAME]', '[YOUR_FUNCTION_TRIGGER]', '--runtime', '[YOUR_RUNTIME]', '--entry-point', '[YOUR_FUNCTION_NAME_IN_CODE]']
dir: 'functions/autodeploy'
# [END functions_ci_cd_cloud_build_nodejs]
# [END functions_ci_cd_cloud_build]

0 comments on commit a3f8099

Please sign in to comment.