Skip to content

Commit

Permalink
travis file edited for api gateway #200
Browse files Browse the repository at this point in the history
  • Loading branch information
milanchheta committed May 2, 2020
1 parent 1beef2b commit 38fc681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ after_success:
- docker login -u $DOCKER_USERNAME -p $DOCKER_PASSWORD
- docker build -t orenda15/api-gateway:$TRAVIS_COMMIT .
- docker push orenda15/api-gateway:$TRAVIS_COMMIT
- chmod 600 ../deploy_key && ssh -o StrictHostKeyChecking=no -i ../deploy_key [email protected] "/bin/bash ./canaryUpdate.sh api-gateway $TRAVIS_COMMIT"
- chmod 600 ../deploy_key && ssh -o StrictHostKeyChecking=no -i ../deploy_key [email protected] "/bin/bash ./istioFiles/canaryUpdate.sh api-gateway $TRAVIS_COMMIT"

branches:
only:
Expand Down

0 comments on commit 38fc681

Please sign in to comment.