Skip to content

Commit 356c48f

Browse files
authored
feat: auto devops deploy (#9323)
* try this * check all the env vars are there * get config from schema'd json file * add console logs * more logs * Don't fail the pipeline
1 parent 01b2f43 commit 356c48f

File tree

99 files changed

+1501
-4
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

99 files changed

+1501
-4
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
.env.development.local
2626
.env.test.local
2727
.env.production.local
28-
.vscode
2928
reapit-config.json
3029
config.source.json
3130
config.json

.vscode/settings.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
{
22
"typescript.tsdk": "node_modules/typescript/lib",
3-
"deepscan.enable": true
3+
"deepscan.enable": true,
4+
"json.schemas": [{
5+
"fileMatch": ["devops.json"],
6+
"url": "/packages/ts-scripts/src/devops/devops.schema.json"
7+
}]
48
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)