Skip to content

Commit 2f39136

Browse files
committed
chore: github action에 도커 컴포즈 설치
1 parent 68f423f commit 2f39136

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.cd.prod.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,11 @@ jobs:
5050
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
5151
restore-keys: ${{ runner.os }}-gradle
5252

53+
- name: Docker Compose 설치
54+
run: |
55+
sudo curl -L "https://github.com/docker/compose/releases/download/v2.17.2/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
56+
sudo chmod +x /usr/local/bin/docker-compose
57+
5358
- name: Docker Compose 실행
5459
run: |
5560
docker-compose -f docker-compose.yml up -d

0 commit comments

Comments
 (0)