Remove obsolete references to AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY

This commit is contained in:
Ryan Ahearn
2023-03-03 15:45:04 -05:00
parent 40ec79e74c
commit cb4ab8fb16
4 changed files with 1 additions and 11 deletions

View File

@@ -60,5 +60,5 @@ Rules for use:
1. start a pipenv shell as a shortcut to load `.env` file variables: `$ pipenv shell`
1. Deploy the application:
```
cf push --vars-file deploy-config/sandbox.yml --var AWS_ACCESS_KEY_ID=$AWS_ACCESS_KEY_ID --var AWS_SECRET_ACCESS_KEY=$AWS_SECRET_ACCESS_KEY
cf push --vars-file deploy-config/sandbox.yml
```