appirio-tech/lc1-challenge-service

View on GitHub
wercker.yml

Summary

Maintainability
Test Coverage
box: wercker/nodejs
# Build definition
services:
  - wercker/postgresql
build:
  # The steps that will be executed on build
  steps:
    # A step that executes `npm install` command
    - npm-install
    - npm-test
deploy:
  steps:
    - heroku-deploy:
        run: grunt dbmigrate