Skip to content

wesovilabs/nodejs_ci

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published