Skip to content

VerdigrisTech/docker-ci-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

docker-ci-node

Build Status Report Issues Join Chat on Slack

Base image for running Docker CLI and Heroku CLI commands on CircleCI.

Usage

Use this image as a primary container for deploying to Heroku on CircleCI:

version: 2
jobs:
  test:
    docker:
      - image: verdigristech/ci-node

# Rest of the config.yml for your project
# ...

Copyright © 2018 Verdigris Technologies Inc. All rights reserved.