@controlla/cli
Version:
Command line interface for rapid Controlla projects development
32 lines (30 loc) • 693 B
YAML
version: 2.1
orbs:
controlla: controlla/controlla@1.4.2
workflows:
build-deploy:
jobs:
- controlla/ci_flutter:
filters:
branches:
only:
- master
- QA
- controlla/cd_flutter:
enviroment: {{ name }}QA-env
context: AWS
requires:
- controlla/ci_flutter
filters:
branches:
only:
- QA
- controlla/cd_flutter:
enviroment: {{ name }}-env
context: AWS
requires:
- controlla/ci_flutter
filters:
branches:
only:
- master