From d57e4092002b44fd935db9ac024fe4b514ae9e1b Mon Sep 17 00:00:00 2001 From: skeris Date: Wed, 29 Oct 2025 15:42:08 +0300 Subject: [PATCH] up common --- .gitea/workflows/deployStaging.yml | 22 +++++++++++----------- go.mod | 2 +- go.sum | 2 ++ 3 files changed, 14 insertions(+), 12 deletions(-) diff --git a/.gitea/workflows/deployStaging.yml b/.gitea/workflows/deployStaging.yml index 1506a89..b7eccef 100644 --- a/.gitea/workflows/deployStaging.yml +++ b/.gitea/workflows/deployStaging.yml @@ -24,19 +24,19 @@ jobs: # secrets: # REGISTRY_USER: ${{ secrets.REGISTRY_USER }} # REGISTRY_PASSWORD: ${{ secrets.REGISTRY_PASSWORD }} - MigrateDatabase: - runs-on: [ squizstaging ] - uses: http://gitea.pena/PenaDevops/actions.git/.gitea/workflows/migrate.yml@9263e22095fa40bcb36881ad81722d3049acd07f - needs: CreateImage - with: - runner: hubstaging - branch_name: ${{ github.ref_name }} - secrets: - REGISTRY_USER: ${{ secrets.REGISTRY_USER }} - REGISTRY_PASSWORD: ${{ secrets.REGISTRY_PASSWORD }} +# MigrateDatabase: +# runs-on: [ squizstaging ] +# uses: http://gitea.pena/PenaDevops/actions.git/.gitea/workflows/migrate.yml@9263e22095fa40bcb36881ad81722d3049acd07f +# needs: CreateImage +# with: +# runner: hubstaging +# branch_name: ${{ github.ref_name }} +# secrets: +# REGISTRY_USER: ${{ secrets.REGISTRY_USER }} +# REGISTRY_PASSWORD: ${{ secrets.REGISTRY_PASSWORD }} DeployService: runs-on: [squizstaging] - needs: MigrateDatabase + needs: CreateImage uses: http://gitea.pena/PenaDevops/actions.git/.gitea/workflows/deploy.yml@v1.1.4-p7 with: runner: hubstaging diff --git a/go.mod b/go.mod index dae3d59..80d9839 100644 --- a/go.mod +++ b/go.mod @@ -7,7 +7,7 @@ toolchain go1.23.4 require ( gitea.pena/PenaSide/common v0.0.0-20250609100303-3b7c00cc97bc gitea.pena/PenaSide/linters-golang v0.0.0-20241207122018-933207374735 - gitea.pena/SQuiz/common v0.0.0-20250903090208-2fbd1b556911 + gitea.pena/SQuiz/common v0.0.0-20251016081003-2570379dd06f github.com/caarlos0/env/v8 v8.0.0 github.com/go-redis/redis/v8 v8.11.5 github.com/gofiber/fiber/v2 v2.52.5 diff --git a/go.sum b/go.sum index 7b73877..57ceb73 100644 --- a/go.sum +++ b/go.sum @@ -6,6 +6,8 @@ gitea.pena/PenaSide/linters-golang v0.0.0-20241207122018-933207374735 h1:jDVeUhG gitea.pena/PenaSide/linters-golang v0.0.0-20241207122018-933207374735/go.mod h1:gdd+vOT6up9STkEbxa2qESLIMZFjCmRbkcheFQCVgZU= gitea.pena/SQuiz/common v0.0.0-20250903090208-2fbd1b556911 h1:1VzRWsYYzVoMdNewLAopZajB7OukQrs3oKoONYTe2aA= gitea.pena/SQuiz/common v0.0.0-20250903090208-2fbd1b556911/go.mod h1:zCrUwDh0APpztKk6NUqTZv+zhjVbWpGBJiJ5z9dAH0U= +gitea.pena/SQuiz/common v0.0.0-20251016081003-2570379dd06f h1:lEWOJbcMQFijve7gSZIF/nf4OfqgnE5AZQntRMZAoX8= +gitea.pena/SQuiz/common v0.0.0-20251016081003-2570379dd06f/go.mod h1:zCrUwDh0APpztKk6NUqTZv+zhjVbWpGBJiJ5z9dAH0U= github.com/ClickHouse/clickhouse-go v1.5.4 h1:cKjXeYLNWVJIx2J1K6H2CqyRmfwVJVY1OV1coaaFcI0= github.com/ClickHouse/clickhouse-go v1.5.4/go.mod h1:EaI/sW7Azgz9UATzd5ZdZHRUhHgv5+JMS9NSr2smCJI= github.com/andybalholm/brotli v1.0.5 h1:8uQZIdzKmjc/iuPu7O2ioW48L81FgatrcpfFmiq/cCs=