Add error handling to deploy scripts
This commit is contained in:
parent
01a73945e5
commit
0bdd32ec11
2 changed files with 4 additions and 0 deletions
|
@ -1,4 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
set -eu
|
||||
|
||||
cd "$(dirname "$0")/.."
|
||||
ansible-playbook site.yml -t certificates
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue