From 895fbca5cf53e914910bedbc26ddd0e9688fc22a Mon Sep 17 00:00:00 2001 From: Paddy Date: Wed, 16 Oct 2024 01:32:55 +0200 Subject: [PATCH] Try fix staging deploy --- .github/workflows/aws-s3-cloudfront-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/aws-s3-cloudfront-deploy.yml b/.github/workflows/aws-s3-cloudfront-deploy.yml index 5fb99e9..36b8100 100644 --- a/.github/workflows/aws-s3-cloudfront-deploy.yml +++ b/.github/workflows/aws-s3-cloudfront-deploy.yml @@ -33,7 +33,7 @@ jobs: if: github.event.inputs.environment == 'staging' env: VITE_APP_ID: ${{ secrets.STAGING_VITE_APP_ID }} - run: npm run build:staging + run: npm run build - name: Deploy to S3 and invalidate CloudFront - Production if: github.event.inputs.environment == 'prod'