From f146500d23c881cd9268fe8b7d3f288fdae0eb46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=82=A8=EC=A0=95=EC=9A=B1?= <113816822+HelloWook@users.noreply.github.com> Date: Fri, 3 Jan 2025 03:53:28 +0900 Subject: [PATCH] =?UTF-8?q?ci=20:=20=EB=B8=8C=EB=9E=9C=EC=B9=98=EB=AA=85?= =?UTF-8?q?=20=EB=B3=80=EA=B2=BD=20(#464)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * ci : 브랜치명 변경 * chore : manifest.json 수정 * env : manifest 변경 * chore : stats.html 제거 --- .gitattributes | 1 + .github/workflows/check.yml | 2 +- .github/workflows/deploy.yml | 2 +- .github/workflows/lighthouse.yml | 4 ++-- .github/workflows/storybook.yml | 2 +- public/manifest.json | 14 +++++++------- 6 files changed, 13 insertions(+), 12 deletions(-) diff --git a/.gitattributes b/.gitattributes index d850925f..80bfa6fb 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3,3 +3,4 @@ .pnp.loader.mjs linguist-vendored vite_cache/* linguist-vendored .yarn/* linguist-vendored +stats.html linguist-vendored \ No newline at end of file diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 65315519..ecc4e415 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -3,7 +3,7 @@ name: PR Build Check on: pull_request: branches: - - develope + - main jobs: build: diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 87aa81ca..f63f2517 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -3,7 +3,7 @@ name: deploy aws on: push: branches: - - develope + - main jobs: deploy: diff --git a/.github/workflows/lighthouse.yml b/.github/workflows/lighthouse.yml index e0f84c18..e8e26082 100644 --- a/.github/workflows/lighthouse.yml +++ b/.github/workflows/lighthouse.yml @@ -2,9 +2,9 @@ name: Run lighthouse on: pull_request: - branches: develope + branches: main push: - branches: develope + branches: main jobs: lighthouse: diff --git a/.github/workflows/storybook.yml b/.github/workflows/storybook.yml index 03c8b8be..84c85e65 100644 --- a/.github/workflows/storybook.yml +++ b/.github/workflows/storybook.yml @@ -3,7 +3,7 @@ name: 'Chromatic Deployment' on: pull_request: - branches: develope + branches: main paths: - '**.stories.tsx' push: diff --git a/public/manifest.json b/public/manifest.json index bd970334..ca950a95 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,19 +1,19 @@ { - "name": "My PWA App", - "short_name": "PWA App", - "description": "This is my Progressive Web App!", - "theme_color": "#ffffff", - "background_color": "#ffffff", + "name": "Bottler", + "short_name": "Bottler", + "description": "편지로 서로의 마음을 나눠요", + "theme_color": "#50bcdf", + "background_color": "#50bcdf", "start_url": "/", "display": "standalone", "icons": [ { - "src": "sample_icon.svg", + "src": "icon-192x192.svg", "sizes": "192x192", "type": "image/svg+xml" }, { - "src": "sample_icon.svg", + "src": "icon-512x512.svg", "sizes": "512x512", "type": "image/svg+xml" }