Skip to content

Commit

Permalink
WIP updater
Browse files Browse the repository at this point in the history
  • Loading branch information
tompahoward committed Oct 22, 2023
1 parent 2e257c0 commit e739b06
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/update-addresses.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,15 @@ jobs:
npm ci --include dev
touch .env
npm run build
npm run start:loader:geo:ACT:prod
npm run start:loader:geo:OT:prod || true
npm run start:loader:geo:ACT:prod || true
npm run start:loader:geo:NT:prod || true
npm run start:loader:geo:TAS:prod || true
npm run start:loader:geo:SA:prod || true
npm run start:loader:geo:WA:prod || true
npm run start:loader:geo:QLD:prod || true
npm run start:loader:geo:VIC:prod || true
npm run start:loader:geo:NSW:prod || true
env: |
ELASTIC_PORT=443
ELASTIC_HOST
Expand Down

0 comments on commit e739b06

Please sign in to comment.