Skip to content

Commit

Permalink
typos (#984)
Browse files Browse the repository at this point in the history
  • Loading branch information
andr0272 authored Dec 18, 2023
1 parent 3f11f61 commit 7d98631
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .azuredevops/build-and-push-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ stages:
--build-arg home=/app
--build-arg NEXT_BUILD_DATE=$(app.buildDate)
--build-arg NEXTAUTH_URL=$(app.domain)
--build-arg NEXT_AUTH_USERNAME=$(NEXT_AUTH_USERCODE)
--build-arg NEXT_AUTH_PASSWORD=$(NEXT_AUTH_PASSWORD)
--build-arg NEXT_AUTH_USERNAME=$(NEXT-AUTH-USERCODE)
--build-arg NEXT_AUTH_PASSWORD=$(NEXT-AUTH-PASSWORD)
--build-arg NEXTAUTH_SECRET=$(NEXT_AUTH_SECRET)
--build-arg ADOBE_ANALYTICS_URL=$(DEV-ADOBE-ANALYTICS-URL)
--build-arg APP_ENV=$(app.environment)
Expand Down
1 change: 1 addition & 0 deletions .azuredevops/build-and-push-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ variables:
app.environment: production
app.buildDate: $[ format('{0:yyyy}-{0:MM}-{0:dd}', pipeline.startTime) ]
app.domain: 'https://app-eligibilityestimator-prod.azurewebsites.net/'
app.logLevel: 'info'
image.tag: '$(Build.SourceVersion)'

stages:
Expand Down

0 comments on commit 7d98631

Please sign in to comment.