@controlla/cli
Version:
Command line interface for rapid Controlla projects development
32 lines (30 loc) • 660 B
YAML
version: 2.1
orbs:
controlla: controlla/controlla@1.5.0
workflows:
build-deploy:
jobs:
- controlla/ci_nuxt:
filters:
branches:
only:
- master
- QA
- controlla/cd_nuxt:
bucket: {{ name }}
context: AWS
requires:
- controlla/ci_nuxt
filters:
branches:
only:
- QA
- controlla/cd_nuxt:
bucket: {{ name }}
context: AWS
requires:
- controlla/ci_nuxt
filters:
branches:
only:
- master