Skip to content

Commit 4a2fd3a

Browse files
committed
fix: gradle.yml 파일 수정
- 자동 배포를 위한 yml 파일 수정 - sudo docker-compose up --build -d spring 삭제
1 parent b2ebfdb commit 4a2fd3a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/gradle.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ jobs:
4646
4747
# Spring 컨테이너만 다시 빌드 & 실행
4848
cd /home/ubuntu/docker
49-
sudo docker-compose up --build -d spring
5049
sudo docker-compose up -d spring
5150
5251
# 불필요한 이미지 정리

0 commit comments

Comments
 (0)