Skip to content

Commit

Permalink
Update copy secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
hmzakhalid committed Dec 23, 2024
1 parent a6086be commit 5551020
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deploy/copy-secrets.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ if [ ! -f "$SOURCE" ]; then
exit 1
fi

i=0
# Copy file to each target, skipping if exists
for target in "${TARGETS[@]}"; do
if [ -f "${target}.secrets.json" ]; then
Expand Down

0 comments on commit 5551020

Please sign in to comment.