Skip to content

Commit

Permalink
Add context message when redeploying
Browse files Browse the repository at this point in the history
  • Loading branch information
jake-low committed Dec 18, 2024
1 parent 82dd106 commit cb9ccd3
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,8 @@ jobs:
steps:
- name: Send trigger-workflow webhook to maproulette-deploy repository
run: |
curl -L --fail \
-X POST \
https://api.github.com/repos/maproulette/maproulette-deploy/dispatches \
curl -X POST https://api.github.com/repos/maproulette/maproulette-deploy/dispatches \
--fail --location \
-H "Accept: application/vnd.github+json" \
-H "Authorization: Bearer ${{ secrets.DEPLOY_REPO_TOKEN }}" \
-d '{ "event_type": "trigger-workflow" }'
-d '{ "event_type": "deploy maproulette-frontend@${{ github.ref }} (${{ github.sha }})" }'

0 comments on commit cb9ccd3

Please sign in to comment.