Created
November 16, 2015 14:04
-
-
Save jenyayel/093913c485bad63af01a to your computer and use it in GitHub Desktop.
Deploy via git
This file contains hidden or 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
after_success: | |
- git clone [email protected]:qurrus-web-prod.git dist | |
- gulp build | |
- gulp bundle | |
- cd dist | |
- git config user.name "travis-ci" | |
- git config user.email "[email protected]" | |
- git add -f * | |
- cd ../jspm_packages | |
- git add -f system.js | |
- git commit -am "Travis CI" | |
- git push origin master | |
- git push --force --quiet "https://${git_user}:${git_password}@${git_target}" master:master |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment