Skip to content

Merge pull request #2 from ZorroGuadaPavos/feat/auto-deploy #15

Merge pull request #2 from ZorroGuadaPavos/feat/auto-deploy

Merge pull request #2 from ZorroGuadaPavos/feat/auto-deploy #15

Workflow file for this run

name: Deploy App DEV
on:
push:
branches:
- main
paths:
- 'app/**'
- 'terraform/**'
- '.github/**'
jobs:
deploy_dev:
name: Deploy dev
uses: ./.github/workflows/terraform-pipeline.yml
secrets: inherit
with:
branch: ${{ github.ref }}
environment: 'dev'
destroy: false