diff --git a/automation/cloudflared-sync.sh b/automation/cloudflared-sync.sh index 9f99069..9aa64c0 100644 --- a/automation/cloudflared-sync.sh +++ b/automation/cloudflared-sync.sh @@ -14,6 +14,7 @@ INFRA_REPO_URL="https://${GIT_TOKEN}@git.dvirlabs.com/dvirlabs/infra.git" SANDBOX_CLONE=".tmp-repos/sandbox" INFRA_CLONE=".tmp-repos/infra" GENERATED_FILE="$(pwd)generated-values/cloudflared-values.yaml" +pwd $GENERATED_FILE ORIGINAL_FILE="$INFRA_CLONE/manifests/cloudflared/values.yaml" MERGED_FILE="$INFRA_CLONE/manifests/cloudflared/values.yaml"