Skip to content

Commit fa7587f

Browse files
committed
Remove test environment
1 parent 53ec89a commit fa7587f

2 files changed

Lines changed: 1 addition & 10 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ GitHub Actions Workflows are used for building, testing and deploying AcidWatch
164164

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

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

169169
### GitHub Codespaces
170170

radixconfig.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ spec:
77
- name: dev
88
build:
99
from: main
10-
- name: test
11-
build:
12-
from: main
1310
- name: prod
1411
dnsAlias:
1512
- alias: acidwatch
@@ -26,12 +23,6 @@ spec:
2623
API_URL: https://backend-acidwatch-dev.radix.equinor.com
2724
API_SCOPE: api://456cc109-08d7-4c11-bf2e-a7b26660f99e/AcidWatch.User
2825
APPINSIGHTS_CONNECTIONSTRING:
29-
- environment: test
30-
variables:
31-
CLIENT_ID: 49385006-e775-4109-9635-2f1a2bdc8ea8
32-
API_URL: https://backend-acidwatch-dev.radix.equinor.com
33-
API_SCOPE: api://456cc109-08d7-4c11-bf2e-a7b26660f99e/AcidWatch.User
34-
APPINSIGHTS_CONNECTIONSTRING:
3526

3627
- environment: prod
3728
variables:

0 commit comments

Comments
 (0)