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