Set best practice bash options in shell script

This commit is contained in:
Haralan Dobrev 2022-08-13 16:40:40 +03:00
parent 1f4fafcee5
commit 3ef78dd641
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
#!/usr/bin/env bash
set -euxo pipefail
mc alias set deploy $MINIO_ENDPOINT $MINIO_ACCESS_KEY $MINIO_SECRET_KEY
mc mirror --overwrite $1 "deploy/$2"