Skip to content

chore: cleanup (#114) #103

chore: cleanup (#114)

chore: cleanup (#114) #103

Workflow file for this run

name: Merge
on:
push:
branches: [main]
paths-ignore:
- '*.md'
- '.github/**'
- '.graphics/**'
- '!.github/workflows/**'
workflow_dispatch:
inputs:
tag:
description: "Image tag set to deploy; e.g. PR number or prod"
type: string
required: true
concurrency:
# Do not interrupt previous workflows
group: ${{ github.workflow }}
cancel-in-progress: false
jobs:
deploy-test:
name: Deploy (test)
uses: ./.github/workflows/.deployer.yml
secrets:
oc_namespace: ${{ secrets.oc_namespace }}
oc_token: ${{ secrets.oc_token }}
with:
environment: test
tag: ${{ inputs.tag }}