Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Venkata Challa committed Jan 2, 2024
1 parent 1ff47c6 commit 5021be1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy_aks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:

- name: Prepare matrix environments review
id: matrix-env-review
if: github.event_name == 'pull_request'
run: echo "matrix-environment=review" >> $GITHUB_OUTPUT

deploy:
Expand Down Expand Up @@ -80,9 +81,9 @@ jobs:
with:
azure-credentials: ${{ secrets.AZURE_CREDENTIALS }}

- name: Terraform plan
- name: Terraform Apply
run: |
make ${{ matrix.environment }} terraform-plan
make ${{ matrix.environment }} terraform-apply
env:
DOCKER_IMAGE_TAG: ${{ needs.build.outputs.docker-image-tag }}
PR_NUMBER: ${{ github.event.pull_request.number }}
Expand Down

0 comments on commit 5021be1

Please sign in to comment.