.env.backup.production
if [ ! -f .env.backup.production.age ]; then echo "Encrypted backup not found!" exit 1 fi
curl http://localhost/health
: Before running a command that could overwrite the current settings, they manually copy the .env file to .env.backup.production . .env.backup.production
ls -la .env.backup.production