-
-
Save acorncom/ac9294723ce898588e04c433471be904 to your computer and use it in GitHub Desktop.
Example of ember-cli-deploy from travis
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
deploy: | |
- provider: script | |
skip_cleanup: true | |
script: node_modules/.bin/ember deploy development --activate --verbose | |
on: | |
branch: master | |
- provider: script | |
skip_cleanup: true | |
script: node_modules/.bin/ember deploy staging --activate --verbose | |
on: | |
branch: staging | |
- provider: script | |
skip_cleanup: true | |
script: node_modules/.bin/ember deploy production --activate --verbose | |
on: | |
branch: production |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment