Add --local-only flag to website-creator for local testing before deploy

This commit is contained in:
Kunthawat Greethong
2026-03-15 14:50:24 +07:00
parent 3eb711a97a
commit e5c299216a
3 changed files with 53 additions and 11 deletions

View File

@@ -811,6 +811,12 @@ python3 scripts/create_astro_website.py \
--features "blog,products,contact" \
--umami-id "xxx-xxx-xxx" \
--output "./dealplustech-website"
# Local only (skip Gitea/Easypanel):
python3 scripts/create_astro_website.py \
--name "My Website" \
--local-only \
--output "./my-website"
```
### Refactor Existing Website