Skip to content

Commit

Permalink
Fix: Update environment names in deploy-stash workflow (#419)
Browse files Browse the repository at this point in the history
fix: update environment names in deploy-stash workflow
  • Loading branch information
tenequm authored Jan 22, 2025
1 parent fd104be commit f458a45
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-stash.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
name: Deploy `stash` to `frontend` environment
if: github.ref == 'refs/heads/main' || (github.event_name == 'workflow_dispatch' && github.event.inputs.environment == 'frontend')
runs-on: ubuntu-24.04
environment: "stash-${{ github.event.inputs.environment}}"
environment: "stash-frontend"
defaults:
run:
working-directory: stash
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
defaults:
run:
working-directory: stash
environment: "stash-${{ github.event.inputs.environment}}"
environment: "stash-holesky"
env:
ENVIRONMENT: holesky
steps:
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
defaults:
run:
working-directory: stash
environment: "stash-${{ github.event.inputs.environment}}"
environment: "stash-prod"
env:
ENVIRONMENT: prod
steps:
Expand Down

0 comments on commit f458a45

Please sign in to comment.