Skip to content

Commit

Permalink
fail deployment script early
Browse files Browse the repository at this point in the history
  • Loading branch information
ivarprudnikov committed Apr 23, 2024
1 parent e8a6541 commit 21f5880
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deployments/azure.fn.deploy.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/bash

set -euo pipefail

RG="secret-share-northeurope-rg"
FN_NAME="secret-share"
# Remove prior versions
Expand Down

0 comments on commit 21f5880

Please sign in to comment.