Skip to content

Instantly share code, notes, and snippets.

@StoneCypher
Last active June 15, 2016 16:27
Show Gist options
  • Save StoneCypher/a5e516889b95c324be5421e1f9a17ce3 to your computer and use it in GitHub Desktop.
Save StoneCypher/a5e516889b95c324be5421e1f9a17ce3 to your computer and use it in GitHub Desktop.
language: node_js
sudo: false
notifications:
irc:
channels:
- (redacted)
template:
- "%{repository} %{build_number} (%{commit}) : %{message} %{foo}"
slack: (redacted)
recipients:
- (redacted)
node_js:
- '5.1'
before_script: npm install
script: npm test
deploy:
- provider: script
skip_cleanup: true
script: gulp deploy-staging
on:
branch: staging
- provider: script
skip_cleanup: true
script: gulp deploy-production
on:
branch: production
env:
global:
- THERMOSTAT_FE_AWS_ACCESS_KEY:
secure: (nope, chuck testa)
- THERMOSTAT_FE_SECRET_AWS_ACCESS_KEY:
secure: (not a key at all; actually two men in a horse costume)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment