X-Git-Url: https://git.r.bdr.sh/rbdr/r.bdr.sh/blobdiff_plain/4563dbd28a493f2e690215cd00944df35e54c051..43dd49214d12805ebade5743691616544fab7476:/scripts/ci.sh diff --git a/scripts/ci.sh b/scripts/ci.sh index 3dfc749..385749d 100755 --- a/scripts/ci.sh +++ b/scripts/ci.sh @@ -6,7 +6,7 @@ cp ~/.env .env 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