Skip to content

Merge branch 'master' into release #5

Merge branch 'master' into release

Merge branch 'master' into release #5

Workflow file for this run

name: Flatten SLDR and publish release branch to production
on:
push:
paths:
- sldr/**
branches: [ release ]
pull_request:
paths:
- sldr/**
branches: [ release ]
jobs:
build:
uses: ./.github/workflows/build.yml
# Deploy built artefacts to the secrets.UPLOAD_TARGET
deploy:
needs: build
uses: ./.github/workflows/deploy.yml
with:
stage_to: sldr
secrets:
uploader_key: ${{ secrets.UPLOADER_SSH_KEY }}
server_address: ${{ secrets.UPLOAD_TARGET }}
repository_dispatch_pat: ${{ secrets.REPO_DISPATCH_TOKEN }}