Skip to content

Deploy (add_websocket_to_ingress -> friends) by @maxkadel #334

Deploy (add_websocket_to_ingress -> friends) by @maxkadel

Deploy (add_websocket_to_ingress -> friends) by @maxkadel #334

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@v1.0.10
secrets: inherit