Skip to content

feat: try deploy to aws first attempt #1

feat: try deploy to aws first attempt

feat: try deploy to aws first attempt #1

Workflow file for this run

name: PR Close
on:
pull_request:
types: [closed]
jobs:
cleanup-aws:
name: Cleanup AWS
uses: ./.github/workflows/.deployer.yml
with:
environment_name: dev
command: destroy
secrets: inherit