Skip to content

Commit

Permalink
Update CircleCI config & readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nimrodkor committed Oct 6, 2019
1 parent 7823d23 commit a58b511
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
- run:
name: Configure AWS credentials
command: |
aws configure --profile test set aws_access_key_id $ACME_AWS_ACCESS_KEY_ID
aws configure --profile test set aws_secret_access_key $ACME_AWS_SECRET_ACCESS_KEY
aws configure --profile test set aws_access_key_id $ACME2_AWS_ACCESS_KEY_ID
aws configure --profile test set aws_secret_access_key $ACME2_AWS_SECRET_ACCESS_KEY
aws configure --profile test set region $REGION
- run:
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
[![Maintained by Bridgecrew.io](https://img.shields.io/badge/maintained%20by-bridgecrew.io-blueviolet)](https://bridgecrew.io)
[![GitHub tag (latest SemVer)](https://img.shields.io/github/tag/bridgecrewio/aws-route53-backup-restore.svg?label=latest)](https://github.com/bridgecrewio/aws-route53-backup-restore/releases/latest)
[![CircleCI](https://circleci.com/gh/bridgecrewio/aws-route53-backup-restore.svg?style=svg)](https://circleci.com/gh/bridgecrewio/aws-route53-backup-restore)

# Setup Route53 Backup
Amazon Route53 is a managed DNS web service. Route53 is often a mission critical asset in the organization.

Expand Down

0 comments on commit a58b511

Please sign in to comment.