Skip to content

Commit 01c0fdc

Browse files
authored
Remove assorted azure refs from root directory (#54168)
1 parent 4b2e78c commit 01c0fdc

File tree

5 files changed

+1
-259
lines changed

5 files changed

+1
-259
lines changed

Dockerfile.azure

-112
This file was deleted.

contributing/deployments.md

+1-6
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,7 @@ Staging and production deployments are automated by a deployer service created a
44

55
### Preview deployments
66

7-
When a pull request is **opened**, **reopened**, or **synchronized** (i.e has new commits), it is automatically deployed to a unique preview URL.
8-
9-
If a preview deployment fails, you can trigger a new deployment in a few ways:
10-
- close and re-open the pull request
11-
- push another commit to the branch
12-
- click **Update Branch** on the pull request page on github.com, if it's clickable
7+
When a pull request contains only content changes, it can be previewed without a deployment. Code changes will require a deployment. GitHub Staff can deploy such a PR to a staging environment.
138

149
### Production deployments
1510

package.json

-2
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,13 @@
2121
"analyze-comment": "tsx src/events/scripts/analyze-comment-cli.ts",
2222
"archive-version": "tsx --max-old-space-size=16384 src/ghes-releases/scripts/archive-version.ts",
2323
"build": "next build",
24-
"check-canary-slots": "tsx src/workflows/check-canary-slots.ts",
2524
"check-content-type": "tsx src/workflows/check-content-type.ts",
2625
"check-github-github-links": "tsx src/links/scripts/check-github-github-links.ts",
2726
"close-dangling-prs": "tsx src/workflows/close-dangling-prs.ts",
2827
"cmp-files": "tsx src/workflows/cmp-files.ts",
2928
"content-changes-table-comment": "tsx src/workflows/content-changes-table-comment.ts",
3029
"copy-fixture-data": "tsx src/tests/scripts/copy-fixture-data.js",
3130
"count-translation-corruptions": "tsx src/languages/scripts/count-translation-corruptions.ts",
32-
"create-acr-token": "tsx src/workflows/acr-create-token.ts",
3331
"create-enterprise-issue": "tsx src/ghes-releases/scripts/create-enterprise-issue.js",
3432
"debug": "cross-env NODE_ENV=development ENABLED_LANGUAGES=en nodemon --inspect src/frame/server.ts",
3533
"delete-orphan-translation-files": "tsx src/workflows/delete-orphan-translation-files.ts",

src/workflows/acr-create-token.ts

-54
This file was deleted.

src/workflows/check-canary-slots.ts

-85
This file was deleted.

0 commit comments

Comments
 (0)