What was done:
Some checks failed
Deploy Frontend / deploy (push) Failing after 13s

Removed .env.local from the development directory
Created shared group frontend-devs with both sonder and deploy as members
Updated permissions on /etc/frontend/*.env files to 660 with group frontend-devs
Created symlinks in your development directory:
.env.dev → /etc/frontend/dev.env
.env.prod → /etc/frontend/prod.env
Updated .gitignore to exclude the symlinks
Created ENV_FILES.md documentation
This commit is contained in:
Bailey Taylor
2025-10-10 09:17:10 +08:00
parent cc044aca17
commit 23d06cd3fd
2 changed files with 53 additions and 0 deletions

2
.gitignore vendored
View File

@@ -40,3 +40,5 @@ yarn-error.log*
*.tsbuildinfo
next-env.d.ts
certificate (5).zip
.env.dev
.env.prod