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

This commit is contained in:
silverpro89
2026-01-27 20:07:00 +07:00
parent e16270b455
commit 293aef1618
2 changed files with 3 additions and 3 deletions

View File

@@ -68,7 +68,7 @@ jobs:
# Submit game info to API
echo "📤 Submitting game info to API..."
curl --location 'http://senaai.tech:10000/api/games?title=null' \
curl --location 'http://localhost:10000/api/games/save-with-check' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--data-urlencode "title=$GAME_TITLE" \
--data-urlencode "description=$GAME_DESC" \