From 0177f7687507ac9b701cef4c403a3d91f113f2da Mon Sep 17 00:00:00 2001 From: Benjamin Bolte Date: Fri, 7 Jun 2024 19:37:25 -0700 Subject: [PATCH] fix name --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 62d4df5f..215cf9dc 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -61,8 +61,8 @@ jobs: - name: Replace S3 bucket contents run: | - aws s3 rm s3://${{ secrets.S3_BUCKET_NAME }} --recursive - aws s3 cp frontend/build s3://${{ secrets.S3_BUCKET_NAME }} --recursive + aws s3 rm s3://${{ secrets.AWS_FRONTEND_S3_BUCKET }} --recursive + aws s3 cp frontend/build s3://${{ secrets.AWS_FRONTEND_S3_BUCKET }} --recursive build-and-deploy-backend: runs-on: ubuntu-latest