From b3878ea010fe601756c7d4378a89369204163a48 Mon Sep 17 00:00:00 2001 From: Luiz Ferraz Date: Sun, 18 Aug 2024 22:35:50 -0300 Subject: [PATCH] wip --- examples/deploy-cloudflare.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/deploy-cloudflare.sh b/examples/deploy-cloudflare.sh index 516d16c3..7b920ba6 100755 --- a/examples/deploy-cloudflare.sh +++ b/examples/deploy-cloudflare.sh @@ -18,6 +18,8 @@ if [ ! -d "$SCRIPT_DIR/$PROJECT_NAME" ]; then fi cp "$SCRIPT_DIR/wrangler.toml" "$SCRIPT_DIR/$PROJECT_NAME/wrangler.toml" +echo "name = \"inox-tools-ex-$PROJECT_NAME\"" >>"$SCRIPT_DIR/$PROJECT_NAME/wrangler.toml" + cd "$SCRIPT_DIR/$PROJECT_NAME" # Check that the project is an Astro project