Category "production-environment"

Environment variables are getting fetched after build deploy to S3 is Vuejs

I have used Github Actions to build and deploy the Vue app to the S3 bucket. The problem is, the build script cannot fetch ENV from the .env or .env.production

Symfony 4: hide debug stacktrace in non prod environment

I have 2 production environments which are prod1 and prod2 they differ in configuration like database and business logic. It is basicallya master-slave relation