Linked to the PROD environment currently hosted in Firebase
-
Service: App Hosting
-
Domain: admin.swifti.com
Anything merged to Main branch will trigger the deployment to Prod automatically.
Linked to the staging environment currently hosted in Firebase
-
Service: App Hosting
-
Domain: dev.admin.swifti.com
Anything merged to Release branch will trigger the deployment to Staging automatically.
- New feature branches created off the
relase
branch. - Test locally using
npm dev
- PR created against
release
- Review and merge
- Wait for deployment to complete sucessfully.
- Test changes in staging environment
- Create PR to merge
release
->main
- Review and merge
- Confirm deployment completed successfully
- Check changes in
Prod