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

[DEPLOY] merge #118 & #124 with main branch #126

Merged
merged 26 commits into from
May 17, 2024
Merged
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
6bb2cc2
feat: github actions μ—°κ²° (#118)
rbgksqkr Apr 10, 2024
c0560df
build: μ˜μ‘΄μ„± μ„€μΉ˜ script μΆ”κ°€ (#118)
rbgksqkr Apr 10, 2024
738556e
fix: λ“€μ—¬μ“°κΈ° 였λ₯˜ μˆ˜μ • (#118)
rbgksqkr Apr 10, 2024
447bf1a
chore: script λ“€μ—¬μ“°κΈ° μˆ˜μ •
rbgksqkr Apr 10, 2024
f16de47
chore: ν™˜κ²½λ³€μˆ˜λͺ… μˆ˜μ • (#118)
rbgksqkr Apr 10, 2024
0f6cb25
chore: μ€‘λ³΅ν•΄μ„œ buildν•˜λŠ” 슀크립트 제거 (#118)
rbgksqkr Apr 10, 2024
f9946c4
chore: 슀크립트 μˆœμ„œ λ³€κ²½ (#118)
rbgksqkr Apr 10, 2024
48a11a2
build: μ˜μ‘΄μ„± 캐싱 (#118)
rbgksqkr Apr 10, 2024
e053b25
build: playwright 브랜치 μ„€μ • (#118)
rbgksqkr Apr 10, 2024
dedc0bf
refactor: playwright ci 제거 및 script 적용 브랜치 μˆ˜μ • (#118)
rbgksqkr Apr 10, 2024
f69a948
build: dev λ°°ν¬ν™˜κ²½ 뢄리 (#118)
rbgksqkr Apr 10, 2024
c6f3e01
fix: ν™˜κ²½ λ³€μˆ˜λͺ… μˆ˜μ • (#118)
rbgksqkr Apr 10, 2024
526335f
build: 배포 슀크립트 μˆ˜μ • (#118)
rbgksqkr Apr 10, 2024
9ac965a
chore: https meta tag μΆ”κ°€ (#118)
rbgksqkr Apr 10, 2024
c2bd607
chore: 잘λͺ»λœ meta tag 제거 (#118)
rbgksqkr Apr 10, 2024
7082a1a
chore: 슀크립트 λ™μž‘ 브랜치 μˆ˜μ • (#118)
rbgksqkr Apr 12, 2024
a87448e
chore: index conflict ν•΄κ²° (#118)
rbgksqkr Apr 12, 2024
676f4a4
chore: λΆˆν•„μš”ν•œ ν™˜κ²½ λ³€μˆ˜ 제거 (#118)
rbgksqkr Apr 12, 2024
759be44
chore: production 슀크립트 파일λͺ… μˆ˜μ • (#118)
rbgksqkr Apr 12, 2024
f03121f
Merge pull request #123 from CAUCSE/refactor/#118
rbgksqkr Apr 16, 2024
e672fe5
feat: create error page & connect route
selfishAltruism May 1, 2024
c78a889
design: error page design (#124)
selfishAltruism May 1, 2024
505fdb8
design: error page design (#124)
selfishAltruism May 1, 2024
40c4994
chore: error page design (#124)
selfishAltruism May 1, 2024
e3598d7
feat: add android pwa asserlink.json
selfishAltruism May 16, 2024
7450423
Merge pull request #125 from CAUCSE/feat/#124
selfishAltruism May 17, 2024
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
Prev Previous commit
Next Next commit
refactor: playwright ci 제거 및 script 적용 브랜치 μˆ˜μ • (#118)
rbgksqkr committed Apr 10, 2024
commit dedc0bf800f54a6f5bdd2be70b8f00ae2f697a29
4 changes: 2 additions & 2 deletions .github/workflows/front-deploy.yml
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@ name: front-deploy
on:
push:
branches:
- refactor/#118
- main

jobs:
build:
@@ -12,7 +12,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
with:
ref: refactor/#118
ref: main
- name: Setup Node.js
uses: actions/setup-node@v3
with:
28 changes: 0 additions & 28 deletions .github/workflows/playwright.yml

This file was deleted.