Skip to content

Deploy (direct_upload_of_large_files -> staging) by @cziaarm with SHA eb94391bfefc3dfe262557292e89f518496abbb5 #244

Deploy (direct_upload_of_large_files -> staging) by @cziaarm with SHA eb94391bfefc3dfe262557292e89f518496abbb5

Deploy (direct_upload_of_large_files -> staging) by @cziaarm with SHA eb94391bfefc3dfe262557292e89f518496abbb5 #244

Workflow file for this run

name: "Deploy"
run-name: Deploy (${{ github.ref_name }} -> ${{ inputs.environment }}) by @${{ github.actor }} with SHA ${{ github.sha}}
on:
workflow_dispatch:
inputs:
environment:
description: 'Deploy to Environment'
require: true
default: 'staging'
type: choice
options:
- staging
- demo
- production
debug_enabled:
type: boolean
description: 'Run the build with tmate debugging enabled (https://github.com/marketplace/actions/debugging-with-tmate)'
required: false
default: false
jobs:
call-workflow:
uses: scientist-softserv/actions/.github/workflows/[email protected]
with:
k8s-release-name: hyku-${{ inputs.environment }}
k8s-namespace: ${{ inputs.environment }}
secrets: inherit