Skip to content

Commit ba98683

Browse files
committed
.
1 parent 9438625 commit ba98683

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141

4242
script: |
4343
cd /home/${{ secrets.EC2_USERNAME }}/app # docker-compose.yml 위치로 이동
44-
sudo docker-compose down
45-
sudo docker-compose pull
46-
sudo docker-compose up -d --build
44+
docker-compose down
45+
docker system prune -f
46+
docker-compose pull
47+
docker-compose up -d --build

0 commit comments

Comments
 (0)