Skip to content

Commit 33bad05

Browse files
committed
refactor: CI turbo로 프론트, 백엔드 동시 수행
1 parent 8384a69 commit 33bad05

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ on:
55
- be-feature-#173
66

77
jobs:
8-
# frontend-CD:
9-
# runs-on: ubuntu-latest
8+
env:
9+
runs-on: ubuntu-latest
1010

1111
steps:
1212
# 코드 체크아웃
@@ -39,7 +39,7 @@ jobs:
3939
# aws configure set aws_secret_access_key $NCLOUD_SECRET_ACCESS_KEY
4040
# aws configure set region ap-northeast-2
4141
# aws --endpoint-url=https://kr.object.ncloudstorage.com s3 cp ./frontend/dist s3://octodocs/ --recursive --debug
42-
backend-CD:
42+
CD:
4343
runs-on: ubuntu-latest
4444

4545
steps:

0 commit comments

Comments
 (0)