Skip to content

Commit

Permalink
minor bugfixes after testing
Browse files Browse the repository at this point in the history
  • Loading branch information
lukas-staab committed Apr 19, 2024
1 parent 8e4f32e commit 9451577
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
5 changes: 3 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions update-stufis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ cd "$(dirname "$0")"
# puts StuFis in Maintenance Mode
php artisan down

php artisan backup:run
php artisan backup:run --disable-notifications

php artisan backup:clean
php artisan backup:clean --disable-notifications

php artisan backup:list

Expand All @@ -32,10 +32,10 @@ npm run production
# update db
php artisan migrate --force

# not usable yet. there are some _ENV leftovers
# not usable yet. needs testing
#php artisan config:cache
#php artisan view:cache
#php artisan route:cache

php artisan route:cache
php artisan view:cache

php artisan up

0 comments on commit 9451577

Please sign in to comment.