Skip to content

Merge pull request #52 from 0xPolygon/agupta1411-patch-1 #54

Merge pull request #52 from 0xPolygon/agupta1411-patch-1

Merge pull request #52 from 0xPolygon/agupta1411-patch-1 #54

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