From: Ruben Beltran del Rio Date: Sat, 14 May 2022 21:14:42 +0000 (+0200) Subject: Add the bucket to the .env X-Git-Url: https://git.r.bdr.sh/rbdr/r.bdr.sh/commitdiff_plain/8c4493a20ff9406994cf3985c713fa17089609c7 Add the bucket to the .env --- 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