fix: keys no servidor 2 tb
All checks were successful
Deploy QR Rapido / test (push) Successful in 42s
Deploy QR Rapido / build-and-push (push) Successful in 6m56s
Deploy QR Rapido / deploy-staging (push) Has been skipped
Deploy QR Rapido / deploy-production (push) Successful in 1m36s

This commit is contained in:
Ricardo Carneiro 2025-08-25 18:32:17 -03:00
parent 0868245893
commit d8f3b97c32

View File

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