@@ -1,8 +1,6 @@
#!/usr/bin/env bash
-if [ ! -f ".env" ]; then
- cp env.example .env
-fi
+cp .env.production .env
source .env