Skip to main content

Cloud Run: Job

custom-build-job.ts

const config = {
appName: "test-app",
customerName: "pan",
components: {
www: {
dir: "www",
build: {
type: "custom",
jobImage: "foo",
docker: {
type: "nginx",
},
},
deploy: {
type: "google-cloudrun",
projectId: "asdf",
region: "asia-east1",
},
},
},
} satisfies Config;