Skip to content

Deploy Production Branch #9

Deploy Production Branch

Deploy Production Branch #9

Workflow file for this run

name: Deploy Production Branch
on:
push:
branches:
- master
schedule:
- cron: '0 6,18 * * *'
jobs:
call-atlas:
uses: ./.github/workflows/realm.yml
secrets: inherit
with:
sha: ${{ github.sha }}
environment: production
call-test-build:
uses: ./.github/workflows/test-build.yml
secrets: inherit
needs: call-atlas
with:
sha: ${{ github.sha }}
environment: production
netlify-context: production
call-test:
uses: ./.github/workflows/test.yml
needs: call-test-build
secrets: inherit
with:
sha: ${{ github.sha }}
environment: production
call-deploy:
uses: ./.github/workflows/deploy.yml
needs: call-test
secrets: inherit
permissions:
pull-requests: write
with:
environment: production
sha: ${{ github.sha }}
netlify-context: production
netlify-alias: