-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updates for how to make changes, and where to view the deployments (#208
- Loading branch information
1 parent
4a21800
commit cc935d6
Showing
8 changed files
with
32 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,6 @@ on: | |
|
||
jobs: | ||
push: | ||
uses: stakater/.github/.github/workflows/[email protected].103 | ||
uses: stakater/.github/.github/workflows/[email protected].105 | ||
secrets: | ||
GH_TOKEN: ${{ secrets.PUBLISH_TOKEN }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ on: delete | |
|
||
jobs: | ||
delete: | ||
uses: stakater/.github/.github/workflows/[email protected].103 | ||
uses: stakater/.github/.github/workflows/[email protected].105 | ||
with: | ||
LATEST_DOC_VERSION: "1.0" | ||
secrets: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,23 +4,23 @@ on: | |
pull_request: | ||
branches: | ||
- "main" | ||
- "[0-9]+.[0-9]+" | ||
- "^[0-9]+.[0-9]+$" | ||
|
||
jobs: | ||
doc_qa: | ||
uses: stakater/.github/.github/workflows/[email protected].103 | ||
uses: stakater/.github/.github/workflows/[email protected].105 | ||
with: | ||
MD_CONFIG: .github/md_config.json | ||
DOC_SRC: content README.md | ||
MD_LINT_CONFIG: .markdownlint.yaml | ||
deploy_doc: | ||
uses: stakater/.github/.github/workflows/[email protected].103 | ||
uses: stakater/.github/.github/workflows/[email protected].105 | ||
secrets: | ||
GH_TOKEN: ${{ secrets.PUBLISH_TOKEN }} | ||
build_container: | ||
needs: deploy_doc | ||
if: ${{ github.base_ref == 'main' }} | ||
uses: stakater/.github/.github/workflows/[email protected].103 | ||
uses: stakater/.github/.github/workflows/[email protected].105 | ||
with: | ||
DOCKER_BUILD_CONTEXTS: content=https://github.com/stakater/mto-docs.git#pull-request-deployments | ||
DOCKER_FILE_PATH: Dockerfile | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,11 +4,11 @@ on: | |
push: | ||
branches: | ||
- "main" | ||
- "[0-9]+.[0-9]+" | ||
- "^[0-9]+.[0-9]+$" | ||
|
||
jobs: | ||
push: | ||
uses: stakater/.github/.github/workflows/[email protected].103 | ||
uses: stakater/.github/.github/workflows/[email protected].105 | ||
with: | ||
LATEST_DOC_VERSION: "1.0" | ||
secrets: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,11 +7,11 @@ on: | |
|
||
jobs: | ||
create_release: | ||
uses: stakater/.github/.github/workflows/[email protected].103 | ||
uses: stakater/.github/.github/workflows/[email protected].105 | ||
secrets: | ||
SLACK_WEBHOOK_URL: ${{ secrets.STAKATER_DELIVERY_SLACK_WEBHOOK }} | ||
build_container: | ||
uses: stakater/.github/.github/workflows/[email protected].103 | ||
uses: stakater/.github/.github/workflows/[email protected].105 | ||
with: | ||
DOCKER_BUILD_CONTEXTS: content=https://github.com/stakater/mto-docs.git#gh-pages | ||
DOCKER_FILE_PATH: Dockerfile | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -116,15 +116,15 @@ az role assignment create --assignee $OPSSRE_ID --role "Azure Kubernetes Service | |
|
||
### Create test users in `Entra ID` | ||
|
||
Set User Principal Name (UPN) and password for your users. The UPN must include the verified domain name of your tenant, for example [email protected]. | ||
Set User Principal Name (UPN) and password for your users. The UPN must include the verified domain name of your tenant, for example `[email protected]`. | ||
|
||
Following command reads the UPN for the appdev group and stores it in the AAD_DEV_UPN variable: | ||
Following command reads the UPN for the appdev group and stores it in the `AAD_DEV_UPN` variable: | ||
|
||
```terminal | ||
echo "Please enter the UPN for application developers: " && read AAD_DEV_UPN | ||
``` | ||
|
||
For this scope of this blog, we will assume that the entered UPN was [email protected]. | ||
For this scope of this blog, we will assume that the entered UPN was `[email protected]`. | ||
|
||
Following command reads the password for your user and stores it in the AAD_DEV_PW variable: | ||
|
||
|
@@ -146,13 +146,13 @@ az ad group member add --group appdev --member-id $AKSDEV_ID | |
|
||
Repeat the steps for `OPS SRE` user. | ||
|
||
The following command reads the UPN for your user and stores it in the AAD_SRE_UPN variable: | ||
The following command reads the UPN for your user and stores it in the `AAD_SRE_UPN` variable: | ||
|
||
```terminal | ||
echo "Please enter the UPN for SREs: " && read AAD_SRE_UPN | ||
``` | ||
|
||
For this scope of this blog, we will assume that the entered UPN was [email protected]. | ||
For this scope of this blog, we will assume that the entered UPN was `[email protected]`. | ||
|
||
The following command reads the password for your user and stores it in the AAD_SRE_PW variable: | ||
|
||
|
Submodule theme_common
updated
6 files