Skip to content

HEAT-226 Storing latest info, version and health as individual keys (#9) #32

HEAT-226 Storing latest info, version and health as individual keys (#9)

HEAT-226 Storing latest info, version and health as individual keys (#9) #32

Workflow file for this run

name: Pipeline
on:
push:
branches:
- main
workflow_dispatch: # Can be triggered manually from a branch
jobs:
build:
name: Build
uses: ./.github/workflows/build.yml
with:
push: true
secrets: inherit
deploy-to-dev:
name: Deploy to dev
uses: ./.github/workflows/deploy.yml
needs: build
with:
github_environment: development
environment: dev
version: ${{ needs.build.outputs.version }}
secrets: inherit