From 287f6a8c2729517fb1a272962cb282c5e02998ba Mon Sep 17 00:00:00 2001 From: philipp lang Date: Sat, 4 Mar 2023 09:58:19 +0100 Subject: [PATCH] mod drone config --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index ee9e1ac4..44f1d263 100644 --- a/.drone.yml +++ b/.drone.yml @@ -148,6 +148,7 @@ steps: script: - cd ~/adrema - /usr/bin/php8.1 artisan migrate --force + - sudo systemctl restart adrema-horizon when: branch: master event: push