add jwt secret to prod env file
Build and Deploy Docker / build (push) Successful in 5m31s
Build and Deploy Docker / deploy (push) Successful in 47s

This commit is contained in:
2026-07-14 16:40:46 +02:00
parent 30f50dcfb7
commit 562ea93d78
6 changed files with 12 additions and 0 deletions
+1
View File
@@ -48,4 +48,5 @@ jobs:
docker compose up -d backend
docker compose exec --workdir /var/www/html backend APP_RUNTIME_ENV=prod php bin/console secrets:decrypt-to-local --force
docker compose exec --workdir /var/www/html backend php ./bin/console doctrine:migration:migrate --dry-run
docker compose exec --workdir /var/www/html backend php ./bin/console lexik:jwt:generate-keypair --skip-if-exists
docker compose exec --workdir /var/www/html backend php ./bin/console cache:clear