Open a-jaxell opened 9 months ago
Ive divided the ci on backend and frontend to separate them from each other. Adding task for building and dockerizing each part
Im going to separate the last three tasks into a new card in project view because hosting is not prioritized as of now.
Build scripts and build docker images and host these images. Pull images from registry on update and run them on Digital Ocean Make sure the database is separated from this CI and not included in the process because of risk of losing data
The idea is to implement a CI/CD pipeline that hosts the REST API and next.js on Digital Ocean. Ill use Github Actions and the tools available on Digital Ocean
The steps include:
Tasks
Add CI/CD for database(implemented with API)Make sure the database is separated from this CI and not included in the process because of risk of losing data