Skip to content

Commit

Permalink
Merge branch 'main' into promote-test
Browse files Browse the repository at this point in the history
  • Loading branch information
Noggling committed Oct 3, 2023
2 parents 732dca7 + 39bc893 commit 64b33da
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions radixconfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ spec:
components:
# Backend API
- name: backend
identity:
azure:
clientId: ea425507-0de4-4f5f-bac8-48cea54f7a0c
src: ./backend/src # Dockerfile location
variables:
ASPNETCORE_URLS: "http://*:5000"
Expand Down Expand Up @@ -110,6 +113,9 @@ spec:

# Web Server (client backend)
- name: webserver
identity:
azure:
clientId: ea425507-0de4-4f5f-bac8-48cea54f7a0c
src: . # Dockerfile location
dockerfileName: clientBackend.Dockerfile
variables:
Expand Down

0 comments on commit 64b33da

Please sign in to comment.