Skip to content

Commit

Permalink
feat: docker system prune on deploy_production.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
0xTiger authored Nov 24, 2023
1 parent 9225a43 commit c77a5fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy_production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,5 @@ jobs:
cd calcom
DOCKER_BUILDKIT=0 docker-compose build
docker-compose down -v --remove-orphans
docker-compose up -d
docker-compose up -d
docker system prune --volumes -f

0 comments on commit c77a5fe

Please sign in to comment.