Created
April 1, 2018 02:45
-
-
Save dejanvasic85/1b2243e6ee7d3d2a068c4e72f65941ef to your computer and use it in GitHub Desktop.
Final Travis Deploy
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
| deploy: | |
| - provider: script | |
| skip_cleanup: true | |
| script: chmod +x ./deploy.sh && ./deploy.sh | |
| on: | |
| branch: master |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment