14 lines
284 B
YAML
14 lines
284 B
YAML
dependencies:
|
|
pre:
|
|
- sudo -H pip install s3cmd
|
|
- npm install -g grunt-cli
|
|
deployment:
|
|
staging:
|
|
branch: master
|
|
commands:
|
|
- grunt upload:staging
|
|
production:
|
|
branch: master
|
|
commands:
|
|
- grunt upload:prod
|