diff --git a/.gitea/workflows/deploy-frontend.yaml b/.gitea/workflows/deploy-frontend.yaml index 47dc9bf..68f698c 100644 --- a/.gitea/workflows/deploy-frontend.yaml +++ b/.gitea/workflows/deploy-frontend.yaml @@ -37,7 +37,7 @@ jobs: run: | docker build \ --file admin-panel/Dockerfile \ - --build-arg VITE_API_URL=https://trendyol-api.194.187.253.61.sslip.io \ + --build-arg VITE_API_URL=https://ciromarket.cironet.com.tr \ --tag "$REGISTRY/$IMAGE:${{ steps.tag.outputs.sha }}" \ --tag "$REGISTRY/$IMAGE:latest" \ ./admin-panel