Skip to content

Commit

Permalink
Updated travis config to enable proper CD #20
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Mar 13, 2020
1 parent aa9ade1 commit 9bc459d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ after-success:
- git checkout kubectl
- cd frontend
- export KUBECONFIG=/etc/kubernetes/admin.conf
- kubectl delete service frontend
- kubectl delete deployment frontend
- kubectl apply -f config.yaml
- sudo kubectl delete service frontend
- sudo kubectl delete deployment frontend
- sudo kubectl apply -f config.yaml

0 comments on commit 9bc459d

Please sign in to comment.