/nodejs_ci

Primary LanguageJavaScript

nodejs_ci

The purpose of this repository is to demonstrate how ci/cd can be implemented locally without making use of external tools

Commands

  • make fmt: Format code.
  • make lint: Run linter validations.
  • make test: Run unit tests.
  • make testInt: Run integration tests.
  • make build: Build a docker image with the project
  • make publish: Publish docker image on DockerHub
  • mkae run: Run the application locally
  • make deploy: Deploy the application into Heroku.