mitlist/.gitea/workflows
mohamad 8ff31ecf91 refactor: Update deployment workflows and Dockerfiles for production
- Modified the GitHub Actions workflow to streamline the deployment process by installing Docker directly and using shell commands for building and pushing images.
- Changed the base image for the backend Dockerfile from `python:3.11-slim` to `python:alpine` for a smaller footprint.
- Updated the frontend Dockerfile to use `node:23-alpine` instead of `node:24-alpine`, and refactored the production stage to use `node:slim`. Added a script for runtime environment variable injection.
2025-06-01 14:37:09 +02:00
..
build-test.yml feat: Add production deployment configuration and environment setup 2025-05-28 08:23:22 +02:00
ci.yml end of phase 3 2025-03-30 19:42:32 +02:00
deploy-prod.yml refactor: Update deployment workflows and Dockerfiles for production 2025-06-01 14:37:09 +02:00