first commit v3 initialiazed a temporary repository for darmanet client

This commit is contained in:
2026-09-08 16:04:01 +03:30
commit 5c7fd95052
216 changed files with 30050 additions and 0 deletions

12
build_n_deploy.sh Normal file
View File

@@ -0,0 +1,12 @@
git pull
docker compose up -d --build
docker run --rm \
-e SONAR_HOST_URL="https://sq.ittalie.ir" \
-e SONAR_TOKEN="sqp_4ec3cdc76b089f4c5b4575ac7c5b4a25ea3f6930" \
-v "$(pwd):/usr/src" \
sonarsource/sonar-scanner-cli \
-Dsonar.projectKey=chatbot-v2-api \
-Dsonar.sources=.