From 5551020ff5239a20a5690393c3f8b19709ecc7cf Mon Sep 17 00:00:00 2001 From: Hamza Khalid Date: Mon, 23 Dec 2024 18:01:19 +0500 Subject: [PATCH] Update copy secrets --- deploy/copy-secrets.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/deploy/copy-secrets.sh b/deploy/copy-secrets.sh index d4d17177..2bfc6132 100755 --- a/deploy/copy-secrets.sh +++ b/deploy/copy-secrets.sh @@ -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