From f475eb7fa43e77fd750040f24ca5f23b8d3ca292 Mon Sep 17 00:00:00 2001 From: dvirlabs Date: Mon, 23 Jun 2025 00:16:36 +0300 Subject: [PATCH] Seperate the script --- {cloudflared-sync => automation}/clone_repos.sh | 0 {cloudflared-sync => automation}/commit_and_push.sh | 0 {cloudflared-sync => automation}/config.sh | 0 {cloudflared-sync => automation}/create_cnames.sh | 0 {cloudflared-sync => automation}/generate_ingress.sh | 0 {cloudflared-sync => automation}/main.sh | 0 {cloudflared-sync => automation}/merge_values.sh | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename {cloudflared-sync => automation}/clone_repos.sh (100%) rename {cloudflared-sync => automation}/commit_and_push.sh (100%) rename {cloudflared-sync => automation}/config.sh (100%) rename {cloudflared-sync => automation}/create_cnames.sh (100%) rename {cloudflared-sync => automation}/generate_ingress.sh (100%) rename {cloudflared-sync => automation}/main.sh (100%) rename {cloudflared-sync => automation}/merge_values.sh (100%) diff --git a/cloudflared-sync/clone_repos.sh b/automation/clone_repos.sh similarity index 100% rename from cloudflared-sync/clone_repos.sh rename to automation/clone_repos.sh diff --git a/cloudflared-sync/commit_and_push.sh b/automation/commit_and_push.sh similarity index 100% rename from cloudflared-sync/commit_and_push.sh rename to automation/commit_and_push.sh diff --git a/cloudflared-sync/config.sh b/automation/config.sh similarity index 100% rename from cloudflared-sync/config.sh rename to automation/config.sh diff --git a/cloudflared-sync/create_cnames.sh b/automation/create_cnames.sh similarity index 100% rename from cloudflared-sync/create_cnames.sh rename to automation/create_cnames.sh diff --git a/cloudflared-sync/generate_ingress.sh b/automation/generate_ingress.sh similarity index 100% rename from cloudflared-sync/generate_ingress.sh rename to automation/generate_ingress.sh diff --git a/cloudflared-sync/main.sh b/automation/main.sh similarity index 100% rename from cloudflared-sync/main.sh rename to automation/main.sh diff --git a/cloudflared-sync/merge_values.sh b/automation/merge_values.sh similarity index 100% rename from cloudflared-sync/merge_values.sh rename to automation/merge_values.sh