Skip to content

Commit

Permalink
Merge pull request #361 from EscolaLMS/feature/update081124
Browse files Browse the repository at this point in the history
updating h5p command and vendor deps
  • Loading branch information
qunabu authored Nov 8, 2024
2 parents c4f6010 + 9b75f0d commit 68b3977
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ else
php artisan db:seed --class=PermissionsSeeder --force --no-interaction
fi

php artisan h5p:storage-link
php artisan h5p:storage-link --overwrite

touch inited

Expand Down
2 changes: 1 addition & 1 deletion init_multidomains.sh
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ if [ -n "$MULTI_DOMAINS" ]; then
php artisan db:seed --domain=$domain --class=PermissionsSeeder --force --no-interaction
fi

php artisan h5p:storage-link --domain=$domain
php artisan h5p:storage-link --overwrite --domain=$domain

done
else
Expand Down
1 change: 1 addition & 0 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ restart_queue_cron:
update-composer-to-git:
- git checkout develop
- git pull
- docker compose up -d api
- docker compose exec --user=1000 api bash -c "XDEBUG_MODE=off composer update --no-scripts"
- git add composer.lock
- git commit -m "updating dependecies"
Expand Down

0 comments on commit 68b3977

Please sign in to comment.