rm cleanup commands #41

Merged
fedy95 merged 1 commits from update-deploy into master 4 years ago
  1. 4
      .drone.yml
  2. 4
      Makefile

4
.drone.yml

@ -35,10 +35,6 @@ steps:
- cd /mnt/md0/infra/gitea
- git pull
- make restart
- name: cleanup
commands:
- cd /mnt/md0/infra/plex
- make cleanup
trigger:
branch:

4
Makefile

@ -15,8 +15,4 @@ restart:
docker-compose -f docker-compose.yml pull
docker-compose -f docker-compose.yml restart
cleanup:
docker system prune --all --force
docker system prune --volumes --force
.DEFAULT_GOAL := lint