update CICD
All checks were successful
Deploy to Production / deploy (push) Successful in 9s

This commit is contained in:
silverpro89
2026-01-27 20:16:30 +07:00
parent 293aef1618
commit 608924cada

View File

@@ -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" \