(nn) add deployment setup

This commit is contained in:
Andrea Vos 2025-01-15 18:35:56 +01:00
parent fb17f4c095
commit f149082d44

View File

@ -161,6 +161,13 @@ deploy nb:
ENVIRONMENT_DOMAIN: 'nb.pronouns.page' ENVIRONMENT_DOMAIN: 'nb.pronouns.page'
ENVIRONMENT_PATTERN: '/(^|,)(nb|production)(,|$)/' ENVIRONMENT_PATTERN: '/(^|,)(nb|production)(,|$)/'
deploy nn:
<<: *deploy-production
variables:
ENVIRONMENT_INSTANCE: 'nn'
ENVIRONMENT_DOMAIN: 'nn.pronouns.page'
ENVIRONMENT_PATTERN: '/(^|,)(nn|production)(,|$)/'
deploy pl: deploy pl:
<<: *deploy-production <<: *deploy-production
variables: variables: