Skip to content

Commit

Permalink
update travis
Browse files Browse the repository at this point in the history
  • Loading branch information
bourdakos1 committed Jan 20, 2020
1 parent 6baa9cc commit ab41359
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ deploy:

- provider: script
cleanup: false
script: export DEPLOY_TO=production && cd docs && bash deploy.sh
script: export DEPLOY_TO=production && cd docs && ./deploy.sh
on:
branch: master

- provider: script
cleanup: false
script: export DEPLOY_TO=staging && cd docs && bash deploy.sh
script: export DEPLOY_TO=staging && cd docs && ./deploy.sh
on:
branch: niko-dev
2 changes: 1 addition & 1 deletion docs/k8s/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ spec:
spec:
containers:
- name: docs
image: us.icr.io/bourdakos1/docs:v0.0.30
image: us.icr.io/bourdakos1/docs:6baa9ccf5ff9772e1f17c47531196f65c0f2c31c
ports:
- containerPort: 8012

0 comments on commit ab41359

Please sign in to comment.