From fbe87af26db073362efb7579aae9c047e2d156e9 Mon Sep 17 00:00:00 2001 From: subochev Date: Tue, 21 Apr 2026 16:26:39 +0300 Subject: [PATCH] DevOps-fix --- .gitea/workflows/deploy-all-backend.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/deploy-all-backend.yaml b/.gitea/workflows/deploy-all-backend.yaml index e0fac27..a448ca2 100644 --- a/.gitea/workflows/deploy-all-backend.yaml +++ b/.gitea/workflows/deploy-all-backend.yaml @@ -18,28 +18,28 @@ jobs: runs-on: ubuntu-latest steps: - name: 'Deploy Core' - uses: https://git.binom.pw/otp/devex/.gitea/workflows/build-backend@main + uses: https://git.binom.pw/otp/devex/.gitea/workflows/build-backend.yaml@main with: repo_path: devspc/devspace-apiregistry-core-service namespace: ${{ github.event.inputs.namespace }} branch: 'master' version: 'latest' - name: 'Deploy Generator' - uses: https://git.binom.pw/otp/devex/.gitea/workflows/build-backend@main + uses: https://git.binom.pw/otp/devex/.gitea/workflows/build-backend.yaml@main with: repo_path: devspc/devspace-apiregistry-generator-service namespace: ${{ github.event.inputs.namespace }} branch: 'master' version: 'latest' - name: 'Deploy Gateway' - uses: https://git.binom.pw/otp/devex/.gitea/workflows/build-backend@main + uses: https://git.binom.pw/otp/devex/.gitea/workflows/build-backend.yaml@main with: repo_path: devspc/devspace-gateway namespace: ${{ github.event.inputs.namespace }} branch: 'master' version: 'latest' - name: 'Deploy Api' - uses: https://git.binom.pw/otp/devex/.gitea/workflows/build-backend@main + uses: https://git.binom.pw/otp/devex/.gitea/workflows/build-backend.yaml@main with: repo_path: devspc/devspace-api namespace: ${{ github.event.inputs.namespace }}