File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # docker-ci-node
2+
3+ [ ![ Build Status] ( https://img.shields.io/circleci/token/f41a8ea8d8fe8a47d6d409f60f53230c8c21ff67/project/VerdigrisTech/docker-ci-node.svg )] ( https://circleci.com/gh/VerdigrisTech/workflows/docker-ci-node )
4+ [ ![ Report Issues] ( https://img.shields.io/badge/issues-pivotal%20tracker-0fc8c3.svg )] ( https://www.pivotaltracker.com/n/projects/2072645 )
5+ [ ![ Join Chat on Slack] ( https://img.shields.io/badge/slack-%23team--insights-0fc8c3.svg )] ( https://verdigris.slack.com/messages/team-product0_jacob )
6+
7+ Base image for running AWS CLI commands on [ CircleCI] ( https://circleci.com ) .
8+
9+ ## Usage
10+
11+ Use this image as a primary container for deploying to AWS on
12+ [ CircleCI] ( https://circleci.com ) :
13+
14+ ``` yaml
15+ version : 2
16+ jobs :
17+ test :
18+ docker :
19+ - image : verdigristech/ci-node
20+
21+ # Rest of the config.yml for your project
22+ # ...
23+ ```
24+
25+ ---
26+
27+ Copyright © 2018 Verdigris Technologies Inc. All rights reserved.
You can’t perform that action at this time.
0 commit comments