1
0
forked from Yara724/api

Initial commit after migration to gitea

This commit is contained in:
2026-01-18 11:27:43 +03:30
parent a21039410c
commit ea4b8eb543
196 changed files with 45567 additions and 9 deletions

13
build_n_deploy.sh Normal file
View File

@@ -0,0 +1,13 @@
git pull
docker compose -f dev.docker-compose.yml up -d --build
docker run --rm \
-e SONAR_HOST_URL="https://sq.ittalie.ir" \
-e SONAR_TOKEN="sqp_42fe574fde1e2d527813f4fb6912ad0040c6850a" \
-v "$(pwd):/usr/src" \
sonarsource/sonar-scanner-cli \
-Dsonar.scm.provider=git \
-Dsonar.projectKey=yara724-main-api \
-Dsonar.sources=.