]> _ Git - odl.git/commitdiff
wip #4765
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 11 Oct 2021 16:11:10 +0000 (18:11 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 11 Oct 2021 16:11:10 +0000 (18:11 +0200)
updateodl [new file with mode: 0644]

diff --git a/updateodl b/updateodl
new file mode 100644 (file)
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