Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mataeLee authored Oct 13, 2024
1 parent 5ac309d commit 26f6d19
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ name: Deploy Frontend to EC2
on:
push:
branches:
- develop
- main
workflow_dispatch: # 수동 트리거 추가

jobs:
deploy-frontend:
Expand Down Expand Up @@ -38,8 +36,6 @@ jobs:
# 배포 브랜치 지정
- name: Checkout branch
uses: actions/checkout@v2
with:
ref: develop

# Node.js 모듈 캐싱
- name: Cache Node.js modules
Expand Down

0 comments on commit 26f6d19

Please sign in to comment.