Skip to content

Commit

Permalink
Update README and GitHub action to clean up stale certificates (#693)
Browse files Browse the repository at this point in the history
  • Loading branch information
mathcolo committed Jun 22, 2023
1 parent 9342310 commit d2aa01b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
TM_FRONTEND_CERT_ARN: ${{ secrets.TM_FRONTEND_CERT_ARN }}
TM_FRONTEND_CERT_ARN_BETA: ${{ secrets.TM_FRONTEND_CERT_ARN_BETA }}
TM_LABS_WILDCARD_CERT_ARN: ${{ secrets.TM_LABS_WILDCARD_CERT_ARN }}
MBTA_V2_API_KEY: ${{ secrets.MBTA_V2_API_KEY }}
steps:
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@ This is the repository for the TransitMatters Data Dashboard. Client code is wri
1. Configure AWS CLI 1.x or 2.x with your AWS access key ID and secret under the profile name `transitmatters`.
2. Configure shell environment variables for AWS ACM domain certificates.
- `TM_FRONTEND_CERT_ARN`
- `TM_FRONTEND_CERT_ARN_BETA`
- `TM_BACKEND_CERT_ARN`
- `TM_BACKEND_CERT_ARN_BETA`
- `TM_LABS_WILDCARD_CERT_ARN`
- (You may also need to set `AWS_DEFAULT_REGION` in your shell to `us-east-1`. Maybe not! We're not sure.)
3. Execute `$ ./deploy.sh` (for beta) or `$ ./deploy.sh -p` (for production). If deploying from a CI platform (such as GitHub Actions) you may also want to include the `-c` flag.

Expand Down

0 comments on commit d2aa01b

Please sign in to comment.