Skip to content
This repository has been archived by the owner on Apr 24, 2018. It is now read-only.

Commit

Permalink
fail on error
Browse files Browse the repository at this point in the history
  • Loading branch information
jwaldrip committed Mar 22, 2017
1 parent 3b53ed5 commit db8a358
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deploy.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env bash
set -e
kubectl --context="$1" --namespace="$2" apply -Rf=./k8s --force
kubectl --context="$1" --namespace="$2" delete pods -l name=redis-node

0 comments on commit db8a358

Please sign in to comment.