Tom Haverford once said, "Sometimes you gotta work a little, so you can ball a lot."
That's just what Diego and I did. We worked a little (created a CI/CD pipeline using GitHub Actions for a MongoDB Realm mobile app), so that we can ball a lot (our app development can really fly now that we have an automated pipeline).
My Workflows
We created two workflows for our CI/CD pipeline:
- The build workflow contains all of the automation for building and deploying the mobile app
- The delete feature branch artifacts upon branch deletion workflow contains cleanup automation that deletes the artifacts that were associated with a given branch
For more details on what is happening in each of these workflows, check out How to Build CI/CD Pipelines for MongoDB Realm Apps Using GitHub Actions.
mongodb-developer / realm-demos
MongoDB Realm demo apps
Submission Category:
Phone Friendly
Yaml File or Link to Code
Additional Resources / Info
Collaborator: Diego Freniche
Article About the Workflows
How to Build CI/CD Pipelines for MongoDB Realm Apps Using GitHub Actions
Video About the Workflows
Slides About the Workflows
Top comments (0)