Skip to content

Commit 0ea1f17

Browse files
committed
Fix: edit action
1 parent f50ba19 commit 0ea1f17

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ec2.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Deploy Frontend
22

33
on:
44
push:
5-
branches: [ main ]
5+
branches: [main]
66

77
jobs:
88
deploy:
@@ -19,6 +19,5 @@ jobs:
1919
script: |
2020
cd /home/ubuntu/client # 프로젝트 디렉토리
2121
git pull origin main
22-
cd client
2322
npm install
2423
npm run build

0 commit comments

Comments
 (0)