We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8340958 commit 0ef85deCopy full SHA for 0ef85de
.github/workflows/deploy.yml
@@ -15,7 +15,7 @@ jobs:
15
echo "Triggering deployment for commit ${{ github.sha }}"
16
17
response=$(curl -s -w "%{http_code}" -o response.json \
18
- -X POST https://sumalyze.tooangel.com/deploy/worlddriven \
+ -X POST https://server.tooangel.com/deploy/worlddriven-core \
19
-H "Authorization: Bearer ${{ secrets.DEPLOY_WEBHOOK_SECRET }}" \
20
-H "Content-Type: application/json" \
21
-d '{
0 commit comments