Skip to content

Commit

Permalink
Merge pull request #2059 from fluxcd/netlify-v2-4
Browse files Browse the repository at this point in the history
Update Netlify trigger after 2.4.0 release
  • Loading branch information
makkes authored Sep 30, 2024
2 parents a4f4ccc + 73a6731 commit 6ab1b23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/netlify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ jobs:
steps:
- name: Deploy current production branch on Netlify
run: |
curl -X POST -d {} '${{ secrets.NETLIFY_BUILD_HOOK }}?trigger_branch=v2-3'
curl -X POST -d {} '${{ secrets.NETLIFY_BUILD_HOOK }}?trigger_branch=v2-4'

0 comments on commit 6ab1b23

Please sign in to comment.