mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
maintenance(Bunnyshell): add generating keypair for generating JWT tokens
This commit is contained in:
parent
3320384ed6
commit
6fe35a215f
1 changed files with 1 additions and 0 deletions
|
|
@ -7,6 +7,7 @@ if [ "${1#-}" != "$1" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
php bin/console cache:clear
|
php bin/console cache:clear
|
||||||
|
php bin/console lexik:jwt:generate-keypair
|
||||||
|
|
||||||
if [ "$1" = 'php-fpm' ] || [ "$1" = 'bin/console' ]; then
|
if [ "$1" = 'php-fpm' ] || [ "$1" = 'bin/console' ]; then
|
||||||
mkdir -p var/cache var/log var/sessions public/media
|
mkdir -p var/cache var/log var/sessions public/media
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue