Add --local-only flag to website-creator for local testing before deploy
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user