nx-extend icon indicating copy to clipboard operation
nx-extend copied to clipboard

[Feature] Add support for building and deploying Cloud Run Jobs

Open tolgap opened this issue 10 months ago • 5 comments

We have support for Cloud Run Services. But I'm also utilizing Cloud Run Jobs which I would like to deploy via Nx 👍 .

tolgap avatar Apr 15 '24 10:04 tolgap

Would be a cool addition, could you create a PR?

Think a easy flag with type: 'default' | 'job' should be able to cover it right?

TriPSs avatar Apr 15 '24 10:04 TriPSs

@TriPSs i think the options for the command is quite different from a Cloud Run Service. It would "pollute" the Cloud Run Service deploy executor.

tolgap avatar Apr 18 '24 20:04 tolgap

That's quite possible, haven't checked the commands/differences but would expect them to be quite similar, if not it would indeed make more sense to separate it.

TriPSs avatar Apr 18 '24 20:04 TriPSs

@TriPSs I think we should separate it. What should I name the executor? deployJob? Or maybe deploy-job?

tolgap avatar Apr 18 '24 20:04 tolgap

@tolgap would do deploy-job

TriPSs avatar May 06 '24 10:05 TriPSs