nx-extend
nx-extend copied to clipboard
[Feature] Add support for building and deploying Cloud Run Jobs
We have support for Cloud Run Services. But I'm also utilizing Cloud Run Jobs which I would like to deploy via Nx 👍 .
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 i think the options for the command is quite different from a Cloud Run Service. It would "pollute" the Cloud Run Service deploy executor.
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 I think we should separate it. What should I name the executor? deployJob
? Or maybe deploy-job
?
@tolgap would do deploy-job