UNPKG

@catladder/pipeline

Version:

Panter workflow for cloud CI/CD and DevOps

30 lines (25 loc) 519 B
import type { Config } from "../src"; const config = { appName: "test-app", customerName: "pan", components: { api: { dir: "api", build: { type: "node", }, deploy: { type: "google-cloudrun", projectId: "google-project-id", region: "europe-west6", service: { executionEnvironment: "gen2", }, }, }, }, } satisfies Config; export default config; export const information = { title: "Cloud Run: Service Gen2", };