Add page for pattern: Manage benefits and tools, and component: Service List Item #450
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |