Setup CI/CD
Every project has his own CI/CD setup. Just copy another setup since we've now several projects running
basically we should ask to the integration system to do
npm i
npm run build:${ENV} ENV could be remote-development | staging | production
We could also deploy a docker image, to do this check docker chapter
Last updated
Was this helpful?