Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix : 브라우저 캐시때문에 이전의 버전을 브라우저에서 보여주던 문제 해결 #481

Merged
merged 3 commits into from
Jan 16, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
chore : 서비스워커 파일 제거
HelloWook committed Jan 16, 2025
commit 120715529c737e8ed2e3948472f0e0a1febd8d19
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@ name: deploy aws
on:
push:
branches:
- main
- fix-서비스-워커-에러-수정-

jobs:
deploy:
@@ -53,4 +53,4 @@ jobs:
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
AWS_REGION: ap-northeast-2
AWS_REGION: us-east-1
40 changes: 0 additions & 40 deletions public/sw.js

This file was deleted.