Skip to content
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.

add envs and secret variables for deployment #1

add envs and secret variables for deployment

add envs and secret variables for deployment #1

Workflow file for this run

name: Gasstation Mainnet Deployment
on:
push:
branches:
- staging
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' }}
core_app: gasstation
secrets: inherit