fix(stack): remover envs duplicadas em convex_backend (itens unicos no array)

This commit is contained in:
Esdras Renan 2025-10-09 17:50:13 -03:00
parent 54687ddb0f
commit 82a71ea092

View file

@ -63,9 +63,6 @@ services:
- CONVEX_SITE_ORIGIN=https://convex.esdrasrenan.com.br
# Provisionamento de máquinas (usado pelas functions do Convex)
- MACHINE_PROVISIONING_SECRET=${MACHINE_PROVISIONING_SECRET}
- MACHINE_TOKEN_TTL_MS=${MACHINE_TOKEN_TTL_MS}
- FLEET_SYNC_SECRET=${FLEET_SYNC_SECRET}
- MACHINE_PROVISIONING_SECRET=${MACHINE_PROVISIONING_SECRET}
- MACHINE_TOKEN_TTL_MS=${MACHINE_TOKEN_TTL_MS:-2592000000}
- FLEET_SYNC_SECRET=${FLEET_SYNC_SECRET:-}
deploy: