fix: volume de chaves
All checks were successful
Deploy QR Rapido / test (push) Successful in 37s
Deploy QR Rapido / build-and-push (push) Successful in 6m59s
Deploy QR Rapido / deploy-staging (push) Has been skipped
Deploy QR Rapido / deploy-production (push) Successful in 1m38s

This commit is contained in:
Ricardo Carneiro 2025-08-25 16:29:06 -03:00
parent c59e6711c0
commit 0868245893

View File

@ -173,6 +173,7 @@ jobs:
--name qrrapido-prod \
--restart unless-stopped \
-p 5001:8080 \
-v /app/keys:/app/keys \
-e ASPNETCORE_ENVIRONMENT=Production \
-e ASPNETCORE_URLS=http://+:8080 \
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest