Replies: 1 comment 2 replies
-
/cc @loicmathieu(google-cloud) |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using Quarkus to create a Google Cloud Functions and I'm following https://quarkus.io/guides/gcp-functions
it says if I have multiple functions I can put them all on the same project and set
quarkus.google-cloud-functions.function=functionName
on application.properties.It also says:
This can be overridden with an environment variable too.
but it fails to say which environment variable it is, I have been surfing source code for a while with no luck.Since I'm planning to deploy them with a Github Actions it's much easier to just change an environment variable that it would be the applications.properties
Can someone be as kind as to tell me which is the environment variable used to override the function. Also, would be nice if this is added to the guide.
Thanks In advance
Jose
Beta Was this translation helpful? Give feedback.
All reactions