Skip to content

Commit

Permalink
Merge pull request #134 from CMSgov/easi-361
Browse files Browse the repository at this point in the history
Add db migrations execution step in IMPL deploy
  • Loading branch information
rpdelaney committed Apr 9, 2020
2 parents a9c76b5 + b23da7d commit a5eeb21
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Expand Up @@ -166,6 +166,10 @@ jobs:
echo "export AWS_ACCESS_KEY_ID=$(jq --raw-output .Credentials.AccessKeyId <<< "$temp_role")" >> $BASH_ENV
echo "export AWS_SECRET_ACCESS_KEY=$(jq --raw-output .Credentials.SecretAccessKey <<< "$temp_role")" >> $BASH_ENV
echo "export AWS_SESSION_TOKEN=$(jq --raw-output .Credentials.SessionToken <<< "$temp_role")" >> $BASH_ENV
- run:
name: Run migrations
command: |
./scripts/db_lambda_invoke easi-app-db-migrate
- run:
name: Restart ECS service
command: |
Expand Down

0 comments on commit a5eeb21

Please sign in to comment.