Skip to content

Commit

Permalink
Remove cache s3
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-dharti-r committed May 14, 2024
1 parent ef7655b commit 2bbcbd0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ jobs:
npm install && npm run build
cd .next && zip bitespace_website_SSR_${{ github.sha }}-${{ github.run_attempt }}.zip -r . && aws s3 cp bitespace_website_SSR_${{ github.sha }}-${{ github.run_attempt }}.zip s3://bitespace-lambda-handlers && cd ..
aws s3 rm s3://bitespace-website-ssr --recursive
aws s3 sync --cache-control 'max-age=604800' --exclude ./.next s3://bitespace-website-ssr
aws s3 sync ./.next s3://bitespace-website-ssr
- name: Deploy cloudformation stack
Expand Down

0 comments on commit 2bbcbd0

Please sign in to comment.