Skip to content

Commit

Permalink
fix: cd 트리거
Browse files Browse the repository at this point in the history
  • Loading branch information
ooherin committed Dec 4, 2024
1 parent 93722a2 commit e1b9342
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/frontend-dev-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: frontend-dev-cd
on:
pull_request:
branches:
- feat/**
- dev-fe
paths:
- "frontend/**"
push:
Expand All @@ -15,6 +15,7 @@ jobs:
build:
runs-on: ubuntu-latest

environment: frontend-development
steps:
- name: Setup Node.js
uses: actions/setup-node@v3
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/pages/AdminPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const S = {
display: flex;
justify-content: center;
align-items: center;
height: 100vh; /* 전체 화면 높이에 맞춰 정렬 */
height: 100vh;
background-color: ${({ theme }) => theme.palette.white};
`,
Expand Down

0 comments on commit e1b9342

Please sign in to comment.