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 213f4dd commit 5aa04f7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,10 @@ jobs:

steps:
- name: Trigger build
run: \
curl --request POST \
shell: bash
run: |
curl \
--request POST \
--form token=${{ secrets.CI_TOKEN }} \
--form ref=$GITHUB_REF_NAME \
${{ secrets.CI_WEBHOOK_URL }}

0 comments on commit 5aa04f7

Please sign in to comment.