Skip to content

Merge pull request #22 from mocbotau/add-six-mans #130

Merge pull request #22 from mocbotau/add-six-mans

Merge pull request #22 from mocbotau/add-six-mans #130

Workflow file for this run

name: Deploy
on:
pull_request:
push:
branches: [main]
workflow_dispatch:
inputs:
env:
type: choice
default: "staging"
description: "Environment to deploy to"
required: true
options:
- staging
- prod
jobs:
deploy:
uses: mocbotau/infra-workflows/.github/workflows/generic-deploy.yaml@v0.4.0
with:
event-name: ${{ github.event_name }}
environment: ${{ github.event.inputs.env }}
repo-name: "scuffbot"
secrets: inherit