Skip to content

Commit f230435

Browse files
committed
[Fix] Deploy 과정 수정 진행-8
1 parent 3ef3e55 commit f230435

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ jobs:
5656
runs-on: ubuntu-latest
5757

5858
steps:
59+
# 0️⃣ Repository checkout (없으면 docker-compose.yml 이 workspace에 없습니다)
60+
- name: Checkout repo
61+
uses: actions/checkout@v4
5962
# 1️⃣ docker-compose.yml 파일을 EC2로 복사
6063
- name: Copy docker-compose.yml to EC2
6164
uses: appleboy/scp-action@master

0 commit comments

Comments
 (0)