From 608924cadaf3f67c4bf5a5352c86102a57f72614 Mon Sep 17 00:00:00 2001 From: silverpro89 Date: Tue, 27 Jan 2026 20:16:30 +0700 Subject: [PATCH] update CICD --- .gitea/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 9aa72c6..4a2771a 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -68,7 +68,7 @@ jobs: # Submit game info to API echo "📤 Submitting game info to API..." - curl --location 'http://localhost:10000/api/games/save-with-check' \ + curl --location 'http://senaai.tech:10000/api/games/save-with-check' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --data-urlencode "title=$GAME_TITLE" \ --data-urlencode "description=$GAME_DESC" \