Skip to content

Instantly share code, notes, and snippets.

@abuiles
Created August 23, 2016 15:03
Show Gist options
  • Select an option

  • Save abuiles/6de7363807040dd56178b9390664dbe0 to your computer and use it in GitHub Desktop.

Select an option

Save abuiles/6de7363807040dd56178b9390664dbe0 to your computer and use it in GitHub Desktop.
#!/bin/bash
if [ "$TRAVIS_BRANCH" == "master" ]; then
ember deploy staging
ember deploy production
ember deploy:activate staging -r `git rev-parse --short HEAD`
else
./deploy-to-staging.rb
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment