Skip to content

Commit

Permalink
10391: fix migrate step to use correct host
Browse files Browse the repository at this point in the history
  • Loading branch information
pixiwyn committed Sep 9, 2024
1 parent e21aa83 commit 3758e27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ jobs:
command: |
OUTPUT_ONLY=true npm run deploy:allColors $ENV
POSTGRES_HOST=$(cat ./web-api/terraform/applyables/allColors/output.json | jq -r '.rds_host_name.value')
NODE_ENV=production npm run migration:postgres
POSTGRES_HOST=$POSTGRES_HOST NODE_ENV=production npm run migration:postgres
- run:
name: Enable Check Migration Status Cron
command: |
Expand Down

0 comments on commit 3758e27

Please sign in to comment.