UNPKG

@catladder/pipeline

Version:

Panter workflow for cloud CI/CD and DevOps

31 lines (25 loc) 503 B
import type { Config } from "../src"; const config = { appName: "test-app", customerName: "pan", runnerVariables: { GIT_SUBMODULE_STRATEGY: "recursive", }, components: { app: { dir: "app", build: { type: "node", }, deploy: { type: "google-cloudrun", projectId: "my-project-id", region: "europe-west6", }, }, }, } satisfies Config; export default config; export const information = { title: "Git Submodule", };