Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
wip
Browse files Browse the repository at this point in the history
Fryuni committed Aug 19, 2024
1 parent f69483b commit b3878ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/deploy-cloudflare.sh
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit b3878ea

Please sign in to comment.