Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ GitHub Actions Workflows are used for building, testing and deploying AcidWatch

Tests are run on every push, and deployment to dev environment are done on merge to main branch.

Deployment to test and prod environment are for now done manually in Radix console.
Deployment to prod environment is for now done manually in Radix console.

### GitHub Codespaces

Expand Down
9 changes: 0 additions & 9 deletions radixconfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ spec:
- name: dev
build:
from: main
- name: test
build:
from: main
- name: prod
dnsAlias:
- alias: acidwatch
Expand All @@ -26,12 +23,6 @@ spec:
API_URL: https://backend-acidwatch-dev.radix.equinor.com
API_SCOPE: api://456cc109-08d7-4c11-bf2e-a7b26660f99e/AcidWatch.User
APPINSIGHTS_CONNECTIONSTRING:
- environment: test
variables:
CLIENT_ID: 49385006-e775-4109-9635-2f1a2bdc8ea8
API_URL: https://backend-acidwatch-dev.radix.equinor.com
API_SCOPE: api://456cc109-08d7-4c11-bf2e-a7b26660f99e/AcidWatch.User
APPINSIGHTS_CONNECTIONSTRING:

- environment: prod
variables:
Expand Down
Loading