Skip to content

Commit

Permalink
editing travis for modelling #200
Browse files Browse the repository at this point in the history
  • Loading branch information
milanchheta committed May 2, 2020
1 parent f02c365 commit 5c5905c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ script:
after_success:
- docker login -u $DOCKER_USERNAME -p $DOCKER_PASSWORD
- docker build -t orenda15/data-modelling:$TRAVIS_COMMIT .
- docker push orenda15/data_modelling:$TRAVIS_COMMIT
- docker push orenda15/data-modelling:$TRAVIS_COMMIT
- chmod 600 ../deploy_key && ssh -o StrictHostKeyChecking=no -i ../deploy_key ubuntu@149.165.170.101 "/bin/bash ./istioFiles/canaryUpdate.sh data-modelling $TRAVIS_COMMIT"

branches:
Expand Down
2 changes: 1 addition & 1 deletion deploymentFiles/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
spec:
containers:
- name: data-modelling
image: orenda15/data_modelling:e84182d37ab15b7ad3cfe13754f9b382a01e5e7e
image: orenda15/data-modelling:e84182d37ab15b7ad3cfe13754f9b382a01e5e7e
imagePullPolicy: IfNotPresent
ports:
- name: http
Expand Down

0 comments on commit 5c5905c

Please sign in to comment.