diff --git a/kleobis-deploy.sh b/kleobis-deploy.sh index a493f82..fe893e2 100755 --- a/kleobis-deploy.sh +++ b/kleobis-deploy.sh @@ -1,4 +1,6 @@ #!/bin/bash +set -xuo pipefail +cd "$(dirname "$(realpath "$0")")" git fetch origin git reset --hard origin/master