Skip to content

Instantly share code, notes, and snippets.

@karlazzam
karlazzam / infra-ecs-deploy.yml
Last active May 7, 2024 08:55
Example GH Action deploying a CDK stack
name: Deploy Infra ECS
on:
workflow_dispatch:
inputs:
env:
description: 'The env to deploy in'
default: 'dev'
# Input has to be provided for the workflow to run
required: true
action: