deploy commit

This commit is contained in:
2026-07-15 17:23:15 +07:00
commit b94ef4a695
148 changed files with 14831 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
#!/bin/sh
set -e
php artisan optimize
php artisan storage:link --force
exec "$@"