Skip to content

Product/matanvax2/revert function usage examples #742

Product/matanvax2/revert function usage examples

Product/matanvax2/revert function usage examples #742

name: "(Internal) Automatic Deployment"
on:
pull_request_target:
branches:
- main
types:
- closed
jobs:
deploy-prod:
if: github.event.pull_request.merged == true
uses: ./.github/workflows/Utils-deployment-qmod.yml
with:
deploy-mode: production
secrets: inherit
deploy-staging:
if: github.event.pull_request.merged == true
uses: ./.github/workflows/Utils-deployment-qmod.yml
with:
deploy-mode: staging
secrets: inherit