Skip to content

Commit 20ca582

Browse files
committed
chore: migrate deployment from vogt to server
Update deployment workflow to use server.tooangel.com instead of sumalyze.tooangel.com for worlddriven-core app deployment.
1 parent 3228c21 commit 20ca582

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
echo "Triggering deployment for commit ${{ github.sha }}"
1616
1717
response=$(curl -s -w "%{http_code}" -o response.json \
18-
-X POST https://sumalyze.tooangel.com/deploy/worlddriven \
18+
-X POST https://server.tooangel.com/deploy/worlddriven-core \
1919
-H "Authorization: Bearer ${{ secrets.DEPLOY_WEBHOOK_SECRET }}" \
2020
-H "Content-Type: application/json" \
2121
-d '{

0 commit comments

Comments
 (0)