You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I'm ready to deploy my first agent, and I would like to do it in the same way I do with all my other services, using Terraform to set up Cloud Build, which will deploy the agent on change.
adk deploy cloud_run creates the Dockerfile, then the Cloud Run service, then builds and deploys the agent.
I don't want to run adk deploy cloud_run in from Cloud Build since its redundant.
I could create the Cloud Run service using Terraform, commit the generated Dockerfile to the repo and build and deploy in Cloud Build .
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! I'm ready to deploy my first agent, and I would like to do it in the same way I do with all my other services, using Terraform to set up Cloud Build, which will deploy the agent on change.
adk deploy cloud_run
creates the Dockerfile, then the Cloud Run service, then builds and deploys the agent.I don't want to run
adk deploy cloud_run
in from Cloud Build since its redundant.I could create the Cloud Run service using Terraform, commit the generated Dockerfile to the repo and build and deploy in Cloud Build .
What do you think?
Beta Was this translation helpful? Give feedback.
All reactions