Skip to content

Commit

Permalink
trigger deployment in action
Browse files Browse the repository at this point in the history
  • Loading branch information
mkriegeskorte committed Jul 1, 2024
1 parent 5aa04f7 commit 2276b3d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,11 @@ jobs:
shell: bash
run: |
curl \
--fail \
--silent \
--request POST \
--form token=${{ secrets.CI_TOKEN }} \
--form ref=$GITHUB_REF_NAME \
${{ secrets.CI_WEBHOOK_URL }}
--form ref=main \
--form 'variables[GITHUB_BRANCH]'=$GITHUB_REF_NAME
${{ secrets.CI_WEBHOOK_URL }} \
&> /dev/null

0 comments on commit 2276b3d

Please sign in to comment.