Skip to content

Commit

Permalink
chore: update testing deployment path
Browse files Browse the repository at this point in the history
  • Loading branch information
andyesp committed Apr 17, 2024
1 parent b9e9ba6 commit aaa1fe3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/set-rollout-manual.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
packageVersion: ${{ github.event.inputs.packageVersion }}

# Rollout information
deploymentPath: "governance"
deploymentPath: "governance-ui"
deploymentEnvironment: ${{ github.event.inputs.deploymentEnvironment }}
deploymentName: "_site"
percentage: ${{ github.event.inputs.rolloutPercentage }}
2 changes: 1 addition & 1 deletion .github/workflows/set-rollout.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
packageVersion: ${{ github.event.deployment.payload.packageVersion }}

# Rollout information
deploymentPath: 'governance'
deploymentPath: 'governance-ui'
deploymentEnvironment: 'zone'
deploymentName: '_site'
percentage: 100

0 comments on commit aaa1fe3

Please sign in to comment.