Skip to content

Support bootstrap qualifier #4

Support bootstrap qualifier

Support bootstrap qualifier #4

Workflow file for this run

name: CICD
on:
push:
branches:
- main
release:
types:
- created
jobs:
deploy-dev:
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
uses: ./.github/workflows/deploy.yaml
with:
environment: dev
deploy-prod:
if: github.event_name == 'release'
uses: ./.github/workflows/deploy.yaml
with:
environment: prod