Merge pull request #181 from araguaci/main #73
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: 🚢 Trigger Deployment | |
on: | |
workflow_dispatch: | |
push: | |
branches: | |
- main | |
paths: | |
- 'web/**' | |
- 'git-in-here.yml' | |
jobs: | |
# This will re-deploy git-into-open-source.as93.net on Netlify | |
trigger-netlify: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Trigger Netlify Build Hook | |
run: | | |
curl -X POST -d '{}' https://api.netlify.com/build_hooks/${{ secrets.NETLIFY_BUILD_HOOK_ID }} |