Skip to content

Commit

Permalink
Try fix staging deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
paddyohanlon committed Oct 15, 2024
1 parent baefada commit 895fbca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/aws-s3-cloudfront-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 895fbca

Please sign in to comment.