Datei-Struktur ordentlich bereinigt

This commit is contained in:
2025-09-24 19:29:16 +00:00
parent fbed816204
commit ef4ab9e800
98 changed files with 247 additions and 1024 deletions

View File

@@ -57,7 +57,7 @@ jobs:
- name: Build and push backend image
uses: docker/build-push-action@v5
with:
context: ./nodejs-version/backend
context: ./backend
push: true
tags: ${{ steps.meta-backend.outputs.tags }}
labels: ${{ steps.meta-backend.outputs.labels }}
@@ -65,7 +65,7 @@ jobs:
- name: Build and push frontend image
uses: docker/build-push-action@v5
with:
context: ./nodejs-version/frontend
context: ./frontend
build-args: |
VITE_API_BASE_URL=${{ secrets.PRODUCTION_API_URL || 'https://yourdomain.com/api' }}
push: true