Skip to content

Commit 4c79a55

Browse files
committed
fix: dispatch to new demo prod cluster
1 parent c8976f1 commit 4c79a55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ jobs:
171171
- name: Dispatch event to trigger deployment to PROD
172172
if: github.ref == 'refs/heads/main'
173173
run: |
174-
curl -XPOST -u "${{ secrets.PAT_USERNAME}}:${{secrets.PAT_TOKEN}}" -H "Accept: application/vnd.github.everest-preview+json" -H "Content-Type: application/json" https://api.github.com/repos/steadybit/demo-infrastructure/dispatches --data '{"event_type": "deploy-to-prod-demo"}'
174+
curl -XPOST -u "${{ secrets.PAT_USERNAME}}:${{secrets.PAT_TOKEN}}" -H "Accept: application/vnd.github.everest-preview+json" -H "Content-Type: application/json" https://api.github.com/repos/steadybit/demo-infrastructure/dispatches --data '{"event_type": "deploy-to-demo-prod"}'
175175
176176
build-fashion-lambda:
177177
name: "Build and Upload fashion-bestseller Lambda"

0 commit comments

Comments
 (0)