Files
web/.codeflow.yml
2024-08-28 17:43:46 -07:00

27 lines
530 B
YAML

---
secure:
required_reviews: 1
requires_mfa: true
requires_verified: true
upstream_repository: base-org/web
build:
engines:
- BaldurECR:
name: web
path: ./apps/web/Dockerfile
architecture: arm64
- BaldurECR:
name: docs
path: ./apps/base-docs/Dockerfile
architecture: amd64
- BaldurECR:
name: bridge
path: ./apps/bridge/Dockerfile
architecture: amd64
multi_arch: true
operate:
slack_channels:
- '#base-codeflow-notifications'