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