Skip to content

Running Deploy-CDK-Stack/Dev off of develop #33

Running Deploy-CDK-Stack/Dev off of develop

Running Deploy-CDK-Stack/Dev off of develop #33

Workflow file for this run

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