We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7264c02 commit d64ced3Copy full SHA for d64ced3
.github/workflows/deploy.yml
@@ -38,5 +38,5 @@ jobs:
38
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
39
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
40
AWS_REGION: 'ap-northeast-2'
41
- S3_BUCKET: ${{ secrets.S3_BUCKET_NAME }}
+ AWS_S3_BUCKET: ${{ secrets.S3_BUCKET_NAME }}
42
SOURCE_DIR: './dist' # 빌드된 React 앱이 있는 디렉터리
public/mockServiceWorker.js
@@ -1,4 +1,4 @@
1
-/* eslint-disable */
+
2
/* tslint:disable */
3
4
/**
0 commit comments