- Introduced layout components for multiple admin dashboard sections including events, audit logs, bank accounts, blog articles, bookings, chat oversight, cities, contact messages, dashboard, discount codes, event categories, guest lists, identity verifications, manage events, manual notifications, notification rules, payments, provinces, push deliveries, reviews, settlements, sms messages, support tickets, user reports, and users. - Updated metadata for the auth layout to include the admin page title. - Modified branch protection documentation to clarify deployment notifications.
713 B
713 B
Admin deployment
- Point the DNS record for
backoffice.ghabilee.irto the production VPS. - Create
/opt/ghabilee-admin/.envfrom.env.exampleand set production values. - Configure the reverse proxy to forward
backoffice.ghabilee.irto127.0.0.1:3009and enable TLS. - Push to
main(or run the deploy workflow manually) after the environment is ready.
Deploy Telegram alerts use admin-specific copy in scripts/notify-deploy.sh
(success → backoffice URL; distinct from the consumer frontend message).
GitHub secrets checkpoint
Deployment requires VPS_HOST, VPS_USER, and VPS_SSH_KEY. The repository owner will add these GitHub Actions secrets later, before the first deployment.