Skip to content

Merge pull request #154 from 0xPolygon/simonDos-patch-1 #130

Merge pull request #154 from 0xPolygon/simonDos-patch-1

Merge pull request #154 from 0xPolygon/simonDos-patch-1 #130

Workflow file for this run

name: Static Deployment
on:
push:
branches:
- master
workflow_dispatch:
inputs:
environment:
required: false
type: choice
description: "Select the environment to deploy to (optional for pushes)"
options:
- staging
- prod
jobs:
deploy:
uses: ./.github/workflows/build_and_deploy.yml
with:
environment: ${{ inputs.environment || 'dev' }}
secrets: inherit