Skip to content

Instantly share code, notes, and snippets.

@dejanvasic85
Created April 1, 2018 02:45
Show Gist options
  • Select an option

  • Save dejanvasic85/1b2243e6ee7d3d2a068c4e72f65941ef to your computer and use it in GitHub Desktop.

Select an option

Save dejanvasic85/1b2243e6ee7d3d2a068c4e72f65941ef to your computer and use it in GitHub Desktop.
Final Travis Deploy
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