Skip to content

Enable kubernetes deployment #9

Enable kubernetes deployment

Enable kubernetes deployment #9

Workflow file for this run

# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: deploy - production
on:
workflow_dispatch:
pull_request:
branches:
- main
release:
types:
- released
- prereleased
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
uses: ./.github/workflows/deploy.yml
secrets: inherit
with:
namespace: production