Skip to content

Update 00_word-list.md #136

Update 00_word-list.md

Update 00_word-list.md #136

Workflow file for this run

name: Preview
on:
pull_request:
types:
- opened
- reopened
- synchronize
jobs:
dev-deploy-preview:
strategy:
matrix:
environment: [{ name: development, bucket: "dev-design.va.gov/${{ github.event.number }}", config: dev.yml }]
uses: ./.github/workflows/deploy-reusable.yml
with:
github-sha: ${{ github.sha }}
github-run-id: ${{ github.run_id }}
github-event-number: ${{ github.event.number }}
matrix-name: ${{ matrix.environment.name }}
matrix-bucket: ${{ matrix.environment.bucket }}
matrix-config: ${{ matrix.environment.config }}
secrets:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}