Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 919 Bytes

File metadata and controls

28 lines (20 loc) · 919 Bytes

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.