]> git.r.bdr.sh - rbdr/r.bdr.sh/blobdiff - scripts/ci.sh
Update to jekyll 2.0.1
[rbdr/r.bdr.sh] / scripts / ci.sh
index 3dfc7492032da851b2002640e30775d181592d45..385749d414e9c88109b9f125f018f1252dbc908f 100755 (executable)
@@ -6,7 +6,7 @@ cp ~/.env .env
 
 if [ "$(git rev-parse origin/main)" == "$(git rev-parse HEAD)" ]; then \
         echo "Deploying to Production"
 
 if [ "$(git rev-parse origin/main)" == "$(git rev-parse HEAD)" ]; then \
         echo "Deploying to Production"
-                               export S3_BUCKET=unlimited.pizza;
+                               echo "S3_BUCKET=unlimited.pizza" >> .env
                                sudo make environment=production upload
                                exit 0;
 fi
                                sudo make environment=production upload
                                exit 0;
 fi