Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcfarland committed Jun 24, 2024
1 parent a74e699 commit 2bf3306
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions deployment/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ The logic for the deployment workflow is encapsulated in the [bin/deploy](bin/de
scripts/console --deploy
```

To have access to the remote backend terraform state, the identity (App Registration in CI, or local corp credential if local) will need to have the `Storage Blob Data Owner` role on the `pctesttfstate` storage account.

## Manual resources

### Deployment secrets Key Vault
Expand Down
2 changes: 0 additions & 2 deletions deployment/bin/deploy
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,6 @@ if [ "${BASH_SOURCE[0]}" = "${0}" ]; then
--wait \
--timeout 2m0s \
-f ${DEPLOY_VALUES_FILE} \
--debug

echo "================"
echo "==== Tiler ====="
Expand All @@ -176,7 +175,6 @@ if [ "${BASH_SOURCE[0]}" = "${0}" ]; then
--wait \
--timeout 2m0s \
-f ${DEPLOY_VALUES_FILE} \
--debug

echo "=================="
echo "==== Ingress ====="
Expand Down

0 comments on commit 2bf3306

Please sign in to comment.