Skip to content

Deploy (chunk-upload-fix -> friends) by @ShanaLMoore #174

Deploy (chunk-upload-fix -> friends) by @ShanaLMoore

Deploy (chunk-upload-fix -> friends) by @ShanaLMoore #174

Workflow file for this run

name: "Deploy"
run-name: Deploy (${{ github.ref_name }} -> ${{ inputs.environment }}) by @${{ github.actor }}
on:
workflow_dispatch:
inputs:
environment:
description: 'Deploy to Environment'
required: true
default: 'staging'
type: choice
options:
- friends
- 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:
deploy:
uses: notch8/actions/.github/workflows/deploy.yaml@v0.0.24
secrets: inherit