Skip to content

.github/workflows/deploy.yml #96

.github/workflows/deploy.yml

.github/workflows/deploy.yml #96

Workflow file for this run

name: GitHub Builder
on:
workflow_dispatch:
inputs:
environment:
type: choice
description: 'Choose the deployment environment'
options:
- production
- staging
default: staging
jobs:
deploy:
uses: cloudwalk/github-builder/.github/workflows/deploy.yaml@v2
secrets: inherit
with:
environment: ${{ github.event.inputs.environment }}
config_path: config