Skip to content

Running Deploy-CDK-Stack/Prod off of main #26

Running Deploy-CDK-Stack/Prod off of main

Running Deploy-CDK-Stack/Prod off of main #26

Workflow file for this run

name: Deploy-CDK-Stack/Prod
run-name: Running ${{github.workflow}} off of ${{ github.ref_name }}
on:
push:
branches:
- main
permissions:
id-token: write # This is required for requesting the JWT
contents: read # This is required for actions/checkout
jobs:
deploy:
name: Deploy Production
uses: ./.github/workflows/deploy.yaml
with:
environment: production