- Jan Villanueva : Pipeline Lead
- Helena Lee : Deployment Lead
Using Github Actions, we created a pipeline that automates the deployment of APIs from Mission1 to Microsoft Azure. When we trigger "git push," the pipeline deploys the new code automatically. Additionally, the pipeline includes running unit tests to ensure the new version of APIs is available on the cloud.
- Language: Typescript
- Test framework: Mocha
- DevOps pipeline : Github Action
- Deployment : Azure App Service
To run tests, run the following command
npm run test
Here are some related projects