Skip to content

Commit

Permalink
editing travis for analysis #200
Browse files Browse the repository at this point in the history
  • Loading branch information
milanchheta committed May 2, 2020
1 parent 7d149c3 commit ab42e7f
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 @@ -10,7 +10,7 @@ script:
after_success:
- docker login -u $DOCKER_USERNAME -p $DOCKER_PASSWORD
- docker build -t orenda15/data-analysis:$TRAVIS_COMMIT .
- docker push orenda15/data_analysis:$TRAVIS_COMMIT
- docker push orenda15/data-analysis:$TRAVIS_COMMIT
- chmod 600 ../deploy_key && ssh -o StrictHostKeyChecking=no -i ../deploy_key [email protected] "/bin/bash ./istioFiles/canaryUpdate.sh data-analysis $TRAVIS_COMMIT"

branches:
Expand Down

0 comments on commit ab42e7f

Please sign in to comment.