Skip to content

Merge pull request #2614 from pdcp1/update-actions-version #18

Merge pull request #2614 from pdcp1/update-actions-version

Merge pull request #2614 from pdcp1/update-actions-version #18

Workflow file for this run

name: Deploy Staging Branch
on:
push:
branches:
- staging
jobs:
call-atlas:
uses: ./.github/workflows/realm.yml
secrets: inherit
with:
sha: ${{ github.sha }}
environment: staging
call-test-build:
uses: ./.github/workflows/test-build.yml
secrets: inherit
needs: call-atlas
with:
sha: ${{ github.sha }}
environment: staging
netlify-context: production
call-test:
uses: ./.github/workflows/test.yml
needs: call-test-build
secrets: inherit
with:
sha: ${{ github.sha }}
environment: staging
call-deploy:
uses: ./.github/workflows/deploy.yml
needs: call-test
secrets: inherit
permissions:
pull-requests: write
with:
environment: staging
sha: ${{ github.sha }}
netlify-context: production
netlify-alias: