Skip to content

Commit

Permalink
Update environment type
Browse files Browse the repository at this point in the history
  • Loading branch information
sshrihar committed Apr 19, 2024
1 parent cd54c0b commit 917d8a9
Showing 1 changed file with 9 additions and 17 deletions.
26 changes: 9 additions & 17 deletions .github/workflows/re_use_workflow.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,15 @@
name: Static Deployment
on:
push:
branches:
- master
workflow_dispatch:
inputs:
workflow_call:
inputs:
environment:
required: false
type: choice
description: "Select the environment to deploy to (optional for pushes)"
default: dev
options:
- staging
- prod
required: false
type: string
default: "dev"
core_app:
required: false
type: string
description: "Core app name"
default: "static"
required: false
type: string
description: "Core app name"
default: "static"

jobs:
set-env-variable:
Expand Down

0 comments on commit 917d8a9

Please sign in to comment.