Skip to content

Commit

Permalink
updated CD (#2095)
Browse files Browse the repository at this point in the history
  • Loading branch information
cameron-eyds authored Jan 8, 2025
1 parent 15327c0 commit c3c7918
Showing 1 changed file with 15 additions and 9 deletions.
24 changes: 15 additions & 9 deletions .github/workflows/ppr-ui-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,29 @@ on:
push:
branches:
- main
- feature*
- hotfix*
- release*
paths:
- "ppr-ui/**"
workflow_dispatch:
inputs:
target:
description: "Environment"
description: "Deploy To"
required: true
type: choice
options:
- dev
- test
- sandbox
- prod
tagname:
description: "Specify a previous version (git tag) to deploy"
required: false
default: ""
- "dev"
- "test"
- "sandbox"
- "prod"
redeploy:
description: "Redeploy Application"
required: true
type: choice
options:
- "false"
- "true"

jobs:
ppr-ui-cd:
Expand Down

0 comments on commit c3c7918

Please sign in to comment.