Browse Source

rm cleanup commands

pull/41/head
fedy95 4 years ago
parent
commit
98df233aff
  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