SScript deploy gotcha with Travis CI
09/17/2017 — 1 Min Read — In Travis CI
Recently I was attempting to leverage the script deploy provider offered by Travis CI . This provider is similar to the after_success lifetime hook but adds additional customization in the form of offering the added capability to control deploys based on target branch. I prefer to use the…