Skip to content

Commit

Permalink
fixed bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
Tope Emmanuel committed Sep 18, 2023
1 parent da87c3f commit bb750c0
Show file tree
Hide file tree
Showing 2 changed files with 249 additions and 254 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/actions/deploy_v2/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@ runs:
run: |
envval="${{ inputs.environment }}_aks"
echo "envval is ${envval}"
make ci ${envval} terraform-plan-aks PR_NUMBER=${{ inputs.pr }}
make ci ${envval} terraform-apply-aks PR_NUMBER=${{ inputs.pr }}
env:
IMAGE_TAG: ${{ inputs.sha }}
Loading

0 comments on commit bb750c0

Please sign in to comment.