Files
data/circle.yml
T

10 lines
208 B
YAML

deployment:
staging:
branch: master
commands:
- ./scripts/deploy --staging
production:
branch: master
commands:
- ./scripts/deploy --production