File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments