Skip to content

Commit 2eb2a75

Browse files
committed
[fix]#25 - deploy.yml 캐시없이 이미지 다시 빌드
1 parent 4b509a2 commit 2eb2a75

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,5 @@ jobs:
2929
script: |
3030
cd /home/ec2-user/app
3131
docker-compose down
32+
docker-compose build --no-cache
3233
docker-compose up -d

0 commit comments

Comments
 (0)