We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a8d9a7 commit db9dedcCopy full SHA for db9dedc
.AL-Go/settings.json
@@ -4,8 +4,16 @@
4
"TESTING",
5
"PRODUCTION (Production)"
6
],
7
- "TESTING_AuthContextSecretName": "DEVELOPMENT_AUTHCONTEXT",
8
- "PRODUCTION_AuthContextSecretName": "DEVELOPMENT_AUTHCONTEXT",
+ "DeployToTESTING": {
+ "EnvironmentName": "TESTING",
9
+ "Projects": "*",
10
+ "SyncMode": "ForceSync"
11
+ },
12
+ "DeployToPRODUCTION": {
13
+ "EnvironmentName": "PRODUCTION",
14
15
+ "ContinuousDeployment": false
16
17
"appFolders": [],
18
"testFolders": [],
19
"bcptTestFolders": [],
0 commit comments