wesovilabs / nodejs_ci

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About


Languages

Language:JavaScript 83.4%Language:Makefile 10.3%Language:Dockerfile 6.3%