]> git.r.bdr.sh - rbdr/r.bdr.sh/blobdiff - scripts/ci.sh
Put the .env in the right placce
[rbdr/r.bdr.sh] / scripts / ci.sh
index 12996459374ace9c4229e6ac0925007e18796ef2..3dfc7492032da851b2002640e30775d181592d45 100755 (executable)
@@ -2,8 +2,7 @@
 
 set -xe
 
-
-touch .env
+cp ~/.env .env
 
 if [ "$(git rev-parse origin/main)" == "$(git rev-parse HEAD)" ]; then \
         echo "Deploying to Production"