deploy-cloud-functions
deploy-cloud-functions copied to clipboard
A GitHub Action that deploys source code to Google Cloud Functions.
Hi there, Is there an option for allowing unauthenticated requests to the cloud-function just like https://cloud.google.com/sdk/gcloud/reference/functions/deploy#--[no-]allow-unauthenticated ? I'm only seeing authenticated requests being allowed right now, below is the config...
### TL;DR cloud functions v1 uses container registry by default. container registry is being deprecated in favor of artifact registry. the gcloud functions deploy command has an option [--docker-registry](https://cloud.google.com/sdk/gcloud/reference/beta/functions/deploy#--docker-registry) to...
### TL;DR If you have an existing/deployed function , and you change the `service_account_email:` setting in your GH Actions, the function will deploy as usual, but it will maintain whichever...
### TL;DR The `v2` README has a block of text near the top that states > This GitHub Action is declarative, meaning it will overwrite any values on an existing...
### TL;DR I want to deploy a cloud function that is supposed to be triggered when a document is created in firebase. I get an error when trying to specify...
### TL;DR When uploading the code from source, getting the "The file at *** does not exist, or it is not a file" error while the zip file seems to...
### TL;DR The `secrets` param format doesn't seem to match the documentation? ### Expected behavior Expected this format to work: ``` secrets: |- # As an environment variable: KEY1=secret-key-1:latest ```...
### TL;DR I try to deploy cloud function (gen1, because gen2 does not support trigger firebase auth) but It always response an error ``` Error: google-github-actions/deploy-cloud-functions failed with: failed to...
### TL;DR Setting `all_traffic_on_latest_revision` to false does not reflect update in remote revision. ### Expected behavior In order to test tagged revisions I had a pre-existing revision serving 100% of...