From c5580833f62152e4ac13a5d2e629ebd88b8df450 Mon Sep 17 00:00:00 2001 From: kosipov Date: Fri, 3 Apr 2026 01:32:07 +0300 Subject: [PATCH] fix deploy --- .gitea/workflows/deploy.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 5f6f44f..3f550cb 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -71,6 +71,8 @@ jobs: fi if [ -f artisan ]; then + rm -f bootstrap/cache/packages.php bootstrap/cache/services.php bootstrap/cache/config.php bootstrap/cache/events.php bootstrap/cache/routes-*.php + "$PHP_BIN" artisan down --retry=60 || true trap '"$PHP_BIN" artisan up || true' EXIT