9 Commits

Author SHA1 Message Date
T. Narantuya
11f57dfd56 Update GitHub Actions workflow and add archive files to .gitignore
- Modify deploy.yml workflow configuration
- Add *.tar, *.tar.gz, *.zip to .gitignore to prevent large file commits
2025-08-29 17:41:04 +09:00
T. Narantuya
d7a4d9f24a Update Docker Compose configuration and remove obsolete GitHub Actions workflows
- Changed image references in compose-plesk.yaml to use local images for frontend and backend services.
- Deleted outdated CI and test workflow files to streamline the repository and reduce maintenance overhead.
2025-08-29 17:27:08 +09:00
T. Narantuya
3270069324 Refactor GitHub Actions workflow to remove duplicate pnpm setup step for cleaner configuration 2025-08-29 16:52:02 +09:00
T. Narantuya
b1844d7017 Add Node.js and pnpm setup in GitHub Actions workflow for improved dependency management 2025-08-29 16:50:49 +09:00
T. Narantuya
81c0efb0b8 Remove example environment configuration files and update Dockerfile for production dependency installation
- Deleted .env.dev.example and .env.production.example files to streamline configuration management.
- Updated Dockerfile to install production dependencies recursively, ensuring all necessary packages are included during the build process.
2025-08-29 16:25:59 +09:00
T. Narantuya
1762d67e3f Update CI and test workflows to build shared package and generate Prisma client
- Added steps to build the shared package and generate the Prisma client in both CI and test workflows.
- Removed redundant build step for the shared package in the CI workflow.
2025-08-29 14:19:39 +09:00
T. Narantuya
0c912fc04f clean up 2025-08-22 17:02:49 +09:00
T. Narantuya
43aabc7b61 structure changes 2025-08-21 15:24:40 +09:00
T. Narantuya
80580da46d Initial Customer Portal setup - production ready 2025-08-20 18:02:50 +09:00