DevOps-fix

This commit is contained in:
2026-04-21 16:25:30 +03:00
parent 69b520879c
commit bbc01233ec
+4 -4
View File
@@ -18,28 +18,28 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 'Deploy Core'
uses: https://git.binom.pw/otp/devex/build-backend@main
uses: https://git.binom.pw/otp/devex/.gitea/workflows/build-backend@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/build-backend@main
uses: https://git.binom.pw/otp/devex/.gitea/workflows/build-backend@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/build-backend@main
uses: https://git.binom.pw/otp/devex/.gitea/workflows/build-backend@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/build-backend@main
uses: https://git.binom.pw/otp/devex/.gitea/workflows/build-backend@main
with:
repo_path: devspc/devspace-api
namespace: ${{ github.event.inputs.namespace }}