📄 production optimizations
Some checks failed
Build and Deploy Next.js Blog to Production / 🔍 Code Quality Checks (push) Failing after 18s
Build and Deploy Next.js Blog to Production / 🏗️ Build and Push Docker Image (push) Has been skipped
Build and Deploy Next.js Blog to Production / 🚀 Deploy to Production (push) Has been skipped
Some checks failed
Build and Deploy Next.js Blog to Production / 🔍 Code Quality Checks (push) Failing after 18s
Build and Deploy Next.js Blog to Production / 🏗️ Build and Push Docker Image (push) Has been skipped
Build and Deploy Next.js Blog to Production / 🚀 Deploy to Production (push) Has been skipped
This commit was merged in pull request #8.
This commit is contained in:
@@ -10,9 +10,10 @@ node_modules
|
||||
.next
|
||||
out
|
||||
|
||||
# Environment
|
||||
.env*
|
||||
!.env.example
|
||||
# Environment files
|
||||
.env* # Exclude all .env files
|
||||
!.env # EXCEPT .env (needed for build from CI/CD)
|
||||
!.env.example # Keep example
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
|
||||
Reference in New Issue
Block a user