Skip to content

Commit 9b2dc96

Browse files
authored
fix: GHA mismatched staging config file (#33)
1 parent 1114958 commit 9b2dc96

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • templates/.github/workflows

templates/.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
strategy:
2626
matrix:
2727
include:
28-
- env: stage
28+
- env: staging
2929
bucket: <% index .Params `stagingFrontendSubdomain` %><% index .Params `stagingHostRoot` %>
3030
- env: production
3131
bucket: <% index .Params `productionFrontendSubdomain` %><% index .Params `productionHostRoot` %>
@@ -66,7 +66,7 @@ jobs:
6666
run: echo "::set-output name=needs-approval::{\"include\":[{\"env\":\"${{ matrix.env }}\",\"buildName\":\"build-artifact-${{ matrix.env }}\",\"bucket\":\"${{ matrix.bucket }}\"}]}"
6767
- name: approved-deploy
6868
id: approved-deploy
69-
if: ${{ matrix.env == 'stage' }}
69+
if: ${{ matrix.env == 'staging' }}
7070
run: echo "::set-output name=approved-deploy::{\"include\":[{\"env\":\"${{ matrix.env }}\",\"buildName\":\"build-artifact-${{ matrix.env }}\",\"bucket\":\"${{ matrix.bucket }}\"}]}"
7171
deploy:
7272
name: Deploy

0 commit comments

Comments
 (0)