Skip to content

Commit 0855bb7

Browse files
committed
Initial README.md
1 parent 747d3d9 commit 0855bb7

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

README.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
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.

0 commit comments

Comments
 (0)