Using Github Actions for Automated Testing and Deployment
Background The source code of tracfee.com is hosted on Github Private. At a High level, Tracfee’s Architecture involves, Single Page Application using VueJS, deployed on Netlify API in Go, deployed on Oracle Cloud So far, API testing has been automated and we were looking at ways to automate deployment of both UI and API. Steps required to deploy API are less since we are using Docker to run it on VM. However, in case of Netlify, it is required to build and then upload the output folder on Netlify. ...