79737453

Date: 2025-08-16 20:04:47
Score: 1.5
Natty:
Report link

Why there's no .env file in your repository?

Because of .env added in .gitignore. That's why Git doesn't index.

Why you shouldn't add .env file in your repository?

Because of .env contains sensitive data(passwords, infrastructure, etc.). Instead of that use GitLab CI/CD variables.

Settings > CI/CD > Variables in your GitLab project

That variables automatically available to your runner!

Reasons:
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): Why the
  • Low reputation (1):
Posted by: Gerwerus