ios-templates
ios-templates copied to clipboard
Create workflow for Firebase deployment to development environment
Why
Creating a new deploy_dev_firebase.yml
workflow would enable us to automatically deploy builds to a development environment on Firebase. This would allow PMs and other engineers to test the latest changes on a real device without having to wait for the build to be deployed to the staging environment.
Acceptance Criteria
- The workflow is triggered by a successful build when being pushed to
develop
branch.
Ref: https://github.com/nimblehq/ios-templates/blob/main/.github/project_workflows/deploy_staging_firebase.yml
Who Benefits?
Users