Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 877 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 877 Bytes

docker-aws

Build Status Report Issues Join Chat on Slack

Base image for running AWS CLI commands on CircleCI.

Usage

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

version: 2
jobs:
  test:
    docker:
      - image: verdigristech/aws

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

Copyright © 2018 Verdigris Technologies Inc. All rights reserved.