-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6c9b33e
commit 7524267
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,13 +11,13 @@ script: | |
- echo "test dataRetrieval" | ||
after_success: | ||
- docker login -u $DOCKER_USERNAME -p $DOCKER_PASSWORD | ||
- docker build -t orenda15/data_retrieval:$TRAVIS_COMMIT . | ||
- docker push orenda15/data_retrieval:$TRAVIS_COMMIT | ||
- chmod 600 ../deploy_key && ssh -o StrictHostKeyChecking=no -i ../deploy_key [email protected] "~/deployFiles/deployRetrieve.sh $TRAVIS_COMMIT" | ||
- docker build -t orenda15/data-retrieval:$TRAVIS_COMMIT . | ||
- docker push orenda15/data-retrieval:$TRAVIS_COMMIT | ||
- chmod 600 ../deploy_key && ssh -o StrictHostKeyChecking=no -i ../deploy_key [email protected] "/bin/bash ./istioFiles/canaryUpdate.sh data-retrieval $TRAVIS_COMMIT" | ||
|
||
branches: | ||
only: | ||
- deployRetrieval | ||
- istioRetrieval | ||
env: | ||
global: | ||
- secure: PjQw1TFLJqMQjjSill+zCcAe9Hsd0s/+xeCcsHfrcFiNHm3SfmPIEsS8g7s/XrS/zquXA8NFKUoDhLO7SRQjnSVVFFmPHFcOzQdSs9IgovS2ykuB0gtp/4EXFPA+xLAW2vq0s6ESjTj6Bbx5xQHiHKrHkQqZZhoS9C/ZgNk9yiAtQUDOLjb70+jysa50bUwPFhyqjs0iyWKuZ77Y0hkdo6Xde0m8otEpiD09rHWFzR9J1DISQfGtWpFYcaQzQPP2YtJ/jKsT0chJDNJEcSu2tz9TlJQb5yAnlnaDEHF53rQ4/Y9hrjDdVJFB5mNrNoHyVwDkDMY82Cl4BkKpZOhxCtd/zX63kDloLy1Ymm92Z03j9tAd7S+UunfzVCY98S5+8zy/80bNGr5sxyUZCXjFRU2KrSiBPt5pq7AXoz2Xdf8S1mB85315oTwG3k2vzDc20e2JjcHNtodggfJMUh5WLljuj0QBSdX9K/MUIfmkNxmtwvOicIRDVQ0MtNHLuttC7bbh/RSFbhaj+2DoHKLPXYeZi4GpmLrpOsdrgNhmCPxp9xS2ghlDe/6KLtxkq6ovnk3HaUaIWZwv3ucAfAzqh0/8GzVHi+wxGQ9ZcMCxQGcLuyGbD7cutG7iBHEZMO8CyMFfEzIEpQ6ICTaPiOaGqmXKQt6rRJFMMBr0has2wkA= | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7524267
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#200