Skip to content

ci: auto associate git commits with release (#2194) #471

ci: auto associate git commits with release (#2194)

ci: auto associate git commits with release (#2194) #471

Workflow file for this run

name: Deploy to Dev (ECS)
on:
workflow_dispatch:
push:
branches: [master]
jobs:
deploy:
name: Deploy to Dev (ECS)
concurrency:
group: dev
uses: ./.github/workflows/deploy-base.yml
with:
env: dev
secrets: inherit