Skip to content

Commit

Permalink
NOBUG: Temporary workflows for OpenShift gold
Browse files Browse the repository at this point in the history
  • Loading branch information
molund committed May 17, 2024
1 parent 37ecd57 commit 0af0594
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-alpha-test-GOLD.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy Alpha to Alpha-Test
name: Deploy Alpha to Alpha-Test GOLD

on:
workflow_dispatch
Expand Down Expand Up @@ -31,7 +31,7 @@ jobs:
uses: peter-evans/repository-dispatch@v2
with:
token: ${{ secrets.REPO_ACCESS_TOKEN }}
event-type: publish-gatsby
event-type: publish-gatsby-GOLD
client-payload: '{"env": "${{ env.ENVIRONMENT }}", "branch": "alpha"}'

- name: Trigger new rollout
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy-test-GOLD.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy to Test
name: Deploy to Test GOLD

on:
workflow_dispatch:
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
uses: peter-evans/repository-dispatch@v2
with:
token: ${{ secrets.REPO_ACCESS_TOKEN }}
event-type: publish-gatsby
event-type: publish-gatsby-GOLD
client-payload: '{"env": "${{ env.ENVIRONMENT }}", "branch": "main"}'

- name: Trigger new rollout
Expand Down

0 comments on commit 0af0594

Please sign in to comment.