chore: apple music post

This commit is contained in:
Cory Dransfeldt 2023-06-21 14:31:04 -07:00
parent 3215450a26
commit bfc3db2a24
No known key found for this signature in database
16 changed files with 299 additions and 51 deletions

View file

@ -9,6 +9,4 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: POST to Build Hook
env:
BUILD_KEY: ${{ secrets.NETLIFY_BUILD_KEY }}
run: curl -X POST -d {} https://api.netlify.com/build_hooks/$env:BUILD_KEY
run: curl -X POST -d {} https://api.netlify.com/build_hooks/${{ secrets.NETLIFY_BUILD_KEY }}?trigger_branch=main&trigger_title=Scheduled+Github+build&clear_cache=true