adding new mindforge applications
All checks were successful
Mindforge API Build and Deploy / Build Mindforge API Image (push) Successful in 1m8s
Mindforge Cronjob Build and Deploy / Build Mindforge Cronjob Image (push) Successful in 1m19s
Mindforge API Build and Deploy / Deploy Mindforge API (internal) (push) Successful in 11s
Mindforge Cronjob Build and Deploy / Deploy Mindforge Cronjob (internal) (push) Successful in 10s
Mindforge Web Build and Deploy (internal) / Build Mindforge Web Image (push) Successful in 2m25s
Mindforge Web Build and Deploy (internal) / Deploy Mindforge Web (internal) (push) Successful in 12s

This commit is contained in:
2026-03-20 22:51:04 -03:00
parent 36e405a9a8
commit 3e09b03753
55 changed files with 4164 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
name: Mindforge Web Build and Deploy
name: Mindforge Web Build and Deploy (internal)
on:
push:
@@ -14,6 +14,7 @@ env:
REGISTRY_USERNAME: ivanch
IMAGE_WEB: ${{ env.REGISTRY_HOST }}/ivanch/mindforge-web
KUBE_CONFIG: ${{ secrets.KUBE_CONFIG }}
VITE_API_BASE_URL: http://api.mindforge.haven
jobs:
build_mindforge_web:
@@ -41,7 +42,7 @@ jobs:
context: Mindforge.Web
platforms: linux/amd64,linux/arm64
build-args: |
VITE_API_BASE_URL=${{ secrets.VITE_API_BASE_URL }}
VITE_API_BASE_URL=${{ env.VITE_API_BASE_URL }}
tags: |
${{ env.IMAGE_WEB }}:latest