Skip to content

Commit 1152373

Browse files
authored
Update deployment hook in tests.yml
1 parent dfd3e2f commit 1152373

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,4 @@ jobs:
6868
steps:
6969
- name: Deploy
7070
if: github.repository == 'laravelio/laravel.io' && github.ref_name == 'main'
71-
run: curl ${{ secrets.ENVOYER_HOOK }}?commit_hash=${{ github.sha }}
71+
run: curl -d POST ${{ secrets.DEPLOY_HOOK }}?sha=${{ github.sha }}

0 commit comments

Comments
 (0)