cloud-run-button icon indicating copy to clipboard operation
cloud-run-button copied to clipboard

What Next?

Open jamesward opened this issue 6 years ago • 3 comments
trafficstars

So the user has deployed their first app, now what? Maybe help them setup GCB for CI/CD.

jamesward avatar Aug 23 '19 02:08 jamesward

I'd say:

  • clone this repo for yourself
  • setup a CI/CD pipeline to build and deploy the master branch https://cloud.google.com/run/docs/continuous-deployment-with-cloud-build

steren avatar Oct 15 '19 22:10 steren

While reading the output as the script does it's work is great for orientation, it's less helpful for returning later to try replicating the steps.

It might be interesting to output a generated file with a sort of auto-templated tutorial on running through all the steps manually, through adding a cloudbuild.yaml to keep development going. For bonus points interesting, set up a service to auto-generate the tutorial for any service so it can be easily used by projects to jump-start a permanent doc page.

grayside avatar Oct 15 '19 22:10 grayside

For continuing to work in Cloud Shell it'd be great to have some way to get the following pragmatically:

  • Source dir
  • Selected project
  • Selected region
  • Build method
  • Service name

I'm writing up a guide now that uses the button and I need to re-ask the user for those which isn't ideal.

jamesward avatar Feb 13 '20 17:02 jamesward