Skip to content

Commit

Permalink
TEMP
Browse files Browse the repository at this point in the history
  • Loading branch information
saliceti committed Jan 9, 2025
1 parent 392e19e commit 734a3a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/deploy-environment/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ runs:

- id: terraform
run: |
make ci ${{ inputs.environment_name }} terraform-apply
make ci ${{ inputs.environment_name }} terraform-plan
cd cluster/terraform_aks_cluster
TFOUTPUTS=$(terraform output --json)
OUTPUTS=($(jq -r <<< "$TFOUTPUTS" | jq -r 'keys | @sh' | tr -d \'))
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/deploy-cluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,7 @@ jobs:
strategy:
max-parallel: 1
matrix:
# environment: [platform-test, test, production]
environment: [platform-test]
environment: [platform-test, test, production]
permissions:
id-token: write # Required for OIDC authentication to Azure

Expand Down

0 comments on commit 734a3a7

Please sign in to comment.