Replies: 1 comment
-
environment injection is nice, but i think most of us want to have control over what we are doing, but i think it's a good idea, i believe maybe, the environments are injected but has a padlock on it, if it is unlocked it is copied to the .env, letting you do whatever you want with it ! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Managing environment variables manually can be error-prone and insecure, especially when handling sensitive credentials such as database passwords, API keys, and service configurations. This feature request proposes that Vito Deploy fully automate the management of environment variables, eliminating the need for developers to manually edit
.env
files.Just like its in laravel cloud
How It Works:
.env
variable.Key Benefits:
By implementing this feature, Vito Deploy would provide a more efficient, secure, and developer-friendly workflow for managing environment variables.
Beta Was this translation helpful? Give feedback.
All reactions