remove cache-clean step

This commit is contained in:
Simon Vieille 2023-09-13 23:04:35 +02:00
parent eec59acc29
commit 86701a5578
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -117,15 +117,6 @@ pipeline:
when:
event: [deployment]
cache-clean:
image: deblan/php:8.1
volumes: *volumes
commands:
- rm /data/deblan/deblan.io-murph/* -frv
when:
event: cron
cron: cache-clean
services:
db:
image: mariadb:10.3