Skip to content

Why is env put on .gitlab-ci.yml and not on a separate .env file?

I thought that using a separate .env file is more convenient on deployment, in which you can gitignore the .env file?