Build with GitHub Actions and deploy with Cloudflare Pages
Name | URL | import.meta.env.PUBLIC_BUILD_TARGET |
---|---|---|
Production | https://amnestypeople.com | production |
Staging | https://staging.amnesty-people.pages.dev | staging |
- Astro
- TailwindCSS and DaisyUI
- Firebase Firestore Database as a backend
The project required the following env:
PUBLIC_FIREBASE_CONFIG=<firebase_config_in_json_format>
PUBLIC_FIREBASE_ADMIN=<admin_email>,<admin_password>
PUBLIC_BUILD_TARGET=<production | <empty>>
PUBLIC_DATA_URL=<url_to_data_directory>