maintenance(Bunnyshell): add generating keypair for generating JWT tokens

This commit is contained in:
Jacob Tobiasz 2024-03-14 09:23:07 +01:00
parent 3320384ed6
commit 6fe35a215f
No known key found for this signature in database
GPG key ID: 3F84290201B006E0

View file

@ -7,6 +7,7 @@ if [ "${1#-}" != "$1" ]; then
fi
php bin/console cache:clear
php bin/console lexik:jwt:generate-keypair
if [ "$1" = 'php-fpm' ] || [ "$1" = 'bin/console' ]; then
mkdir -p var/cache var/log var/sessions public/media