Skip to content

Merge pull request #53 from 0xPolygon/sreevalsan/purge #56

Merge pull request #53 from 0xPolygon/sreevalsan/purge

Merge pull request #53 from 0xPolygon/sreevalsan/purge #56

Workflow file for this run

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