Skip to content

feat(staging-build.yaml): update GitHub Actions to use composite-depl… #4

feat(staging-build.yaml): update GitHub Actions to use composite-depl…

feat(staging-build.yaml): update GitHub Actions to use composite-depl… #4

name: Staging Build
on:
push:
branches:
- staging
jobs:
call-build-deploy:
uses: dictyBase/workflows/.github/workflows/composite-deploy.yaml@main
secrets: inherit
with:
app: order
repository: ${{ github.repository }}
ref: ${{ github.ref_name }}
dockerfile: build/package/Dockerfile
docker_image: modware-order
cluster: ${{ vars.DEV_STAGING_CLUSTER }}
cluster_state_storage: ${{ vars.DEV_STAGING_KOPS_STATE_STORAGE }}
stack: staging
environment: staging