This project contains a simple Hello World app in Node.js with an almost complete CI/CD feature. It is possible to access the exposed app through the following address: http://35.201.102.178/
The DockerHub autobuild webhook is not working properly, which means it is needed to wait until the image is built and then manually build the job on Jenkins.
The deploy should be done following a smarter strategy such as Blue-Green Deployment or Canary, with a lower downtime.