diff --git a/functions/ci_cd/cloudbuild.yaml b/functions/ci_cd/cloudbuild.yaml index 41de4c6c77..e6c3fc0f15 100644 --- a/functions/ci_cd/cloudbuild.yaml +++ b/functions/ci_cd/cloudbuild.yaml @@ -6,5 +6,5 @@ steps: args: ['test'] dir: 'functions/autodeploy' - name: 'gcr.io/cloud-builders/gcloud' - args: ['beta', 'functions', 'deploy', '[YOUR_FUNCTION_NAME]', '[YOUR_FUNCTION_TRIGGER]'] - dir: 'functions/autodeploy' \ No newline at end of file + args: ['functions', 'deploy', '[YOUR_DEPLOYED_FUNCTION_NAME]', '[YOUR_FUNCTION_TRIGGER]', '--runtime', '[YOUR_RUNTIME]', '--entry-point', '[YOUR_FUNCTION_NAME_IN_CODE]'] + dir: 'functions/autodeploy'