We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3228c21 commit 20ca582Copy full SHA for 20ca582
.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