]> 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 9054b5dd348b7e8f0f06f9e9a88f3d64b792e8f9..3dfc7492032da851b2002640e30775d181592d45 100755 (executable)
@@ -2,7 +2,7 @@
 
 set -xe
 
-touch .env
+cp ~/.env .env
 
 if [ "$(git rev-parse origin/main)" == "$(git rev-parse HEAD)" ]; then \
         echo "Deploying to Production"