From 3820c6e083cb05c3f96cca5787bac5f3571041e5 Mon Sep 17 00:00:00 2001 From: Lukas Bestle Date: Wed, 29 Apr 2026 16:46:11 +0200 Subject: [PATCH] ci: Auto-restart PHP after deployment Ensures the new paths are picked up --- .postdeploy.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.postdeploy.sh b/.postdeploy.sh index 7793e04..0f37202 100755 --- a/.postdeploy.sh +++ b/.postdeploy.sh @@ -1 +1,2 @@ composer install +uberspace tools restart php