arshad75

Movieapp-Deploy-Backend

Aug 30th, 2018
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. echo "Deploy Job Triggered by Build Job - ${DEPLOY_VERSION}"
  2.  
  3. if [ "$DEPLOY_VERSION" = "0" ]; then
  4. echo "Invalid Build number - ${DEPLOY_VERSION} - specified, not going to deploy"
  5. exit -1
  6. else
  7. echo "Deploying new version : ${DEPLOY_VERSION} to Server"
  8. fi
Add Comment
Please, Sign In to add comment