Skip to content

Commit

Permalink
Delete old volumes and event files on disk
Browse files Browse the repository at this point in the history
  • Loading branch information
bangingheads authored Feb 23, 2024
1 parent 1d9fb4c commit 3d1e5aa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,9 @@ steps:
from_secret: ssh_port
command_timeout: 30m
script:
- docker volume prune -a -f
- docker image prune -f
- find ./infinityedge/events -type f -mtime +30
- find ./infinityedge/events -type f -mtime +30 -delete
- git clone https://github.com/Hi-Ray/infinityedge.git
- cd infinityedge
- git pull
Expand Down

0 comments on commit 3d1e5aa

Please sign in to comment.