Files
web/.codeflow.yml
2023-12-05 10:45:52 -06:00

29 lines
596 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
- BaldurECR:
name: docs
path: ./apps/base-docs/Dockerfile
- BaldurECR:
name: bridge
path: ./apps/bridge/Dockerfile
- BaldurECR:
name: goerli-bridge
path: ./apps/bridge/Dockerfile
- BaldurECR:
name: sepolia-bridge
path: ./apps/bridge/Dockerfile
operate:
slack_channels:
- "#base-codeflow-notifications"