Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Aug 4, 2025

This is an automated pull request to release the candidate branch into production, which will trigger a deployment.
It was created by the [Production PR] action.

…gurations

- Created a new NestJS API module with a comprehensive structure including controllers, services, and modules for authentication, health checks, and task management.
- Implemented API key authentication using guards and decorators to secure endpoints.
- Added Swagger documentation for API endpoints to facilitate easier testing and integration.
- Configured TypeScript settings and ESLint for code quality and consistency.
- Established a build process with Docker and a buildspec for AWS deployment.
- Included a README for project setup and usage instructions.
- Eliminated the redundant import statement for HealthModule in app.module.ts to streamline the code and improve readability.
[dev] [claudfuen] claudio/fix-file-upload
@vercel
Copy link

vercel bot commented Aug 4, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

2 Skipped Deployments
Name Status Preview Comments Updated (UTC)
app (staging) ⬜️ Skipped (Inspect) Aug 4, 2025 1:54am
portal (staging) ⬜️ Skipped (Inspect) Aug 4, 2025 1:54am

- Added NODE_ENV and NEXT_TELEMETRY_DISABLED environment variables in buildspec.yml for production configuration.
- Streamlined the Dockerfile by consolidating build stages and ensuring only necessary files are copied to the production image.
- Enhanced the build process by validating environment variables and ensuring the Prisma client is generated correctly.
- Updated paths for Docker image building to reflect the new structure, improving clarity and maintainability.
[dev] [claudfuen] claudio/fix-file-upload
@vercel vercel bot temporarily deployed to staging – portal August 4, 2025 01:49 Inactive
@vercel vercel bot temporarily deployed to staging – app August 4, 2025 01:49 Inactive
…deployment

- Updated buildspec.yml to include steps for installing dependencies, generating the Prisma client, and creating a self-contained Docker bundle.
- Refactored Dockerfile to use a Node.js runtime for production and simplified the copying of necessary files from the build context.
- Ensured the application runs under a non-root user for better security practices.
- Improved clarity in the build process by organizing commands and adding informative echo statements.
[dev] [claudfuen] claudio/fix-file-upload
@vercel vercel bot temporarily deployed to staging – portal August 4, 2025 01:54 Inactive
@vercel vercel bot temporarily deployed to staging – app August 4, 2025 01:54 Inactive
@claudfuen claudfuen merged commit 5e11876 into release Aug 4, 2025
11 of 13 checks passed
@claudfuen
Copy link
Contributor

🎉 This PR is included in version 1.51.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant