From 2c95471915cebafaa028b9087fd55c46a6d70c6c Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Mon, 11 Oct 2021 18:11:10 +0200 Subject: [PATCH] wip #4765 --- updateodl | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 updateodl diff --git a/updateodl b/updateodl new file mode 100644 index 0000000..eaa0dc0 --- /dev/null +++ b/updateodl @@ -0,0 +1,8 @@ +#!/bin/sh +git stash +git pull +composer update +php artisan cubist:magic:generate +php artisan cubist:magic:migrate +php artisan optimize:clear +php artisan permission:cache-reset -- 2.39.5