Skip to content

Commit

Permalink
Update azure-pipelines.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
easternbloc committed Sep 18, 2024
1 parent 3f4d8ba commit 1ee9acf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ stages:
targetPort: '3000'
ingress: 'external'
imageToDeploy: '$(containerRegistry)/$(imageRepository):$(tag)'
environmentVariables: 'BACKEND_URL=$(backend_url) SESSION_SECRET=$(session_secret) JWT_SECRET=$(jwt_secret)'
environmentVariables: 'BACKEND_URL=$(backend_url) FRONTEND_URL=$(frontend_url) SESSION_SECRET=$(session_secret) JWT_SECRET=$(jwt_secret)'

0 comments on commit 1ee9acf

Please sign in to comment.