Skip to content

Commit

Permalink
Fixed kustomization dev - added debug acrLoginServer
Browse files Browse the repository at this point in the history
  • Loading branch information
leomozzer committed May 25, 2023
1 parent 997257b commit 50b1d57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ jobs:
- name: "Deploy NestJS to AKS"
run: |
echo ${{ env.IMAGE_NAME }}
echo ${{ env.ACR_NAME }}
cd ./kubernetes/environments/${{ matrix.stage }}
ACR_NAME=${{ env.ACR_NAME }} IMAGE_NAME=${{ env.IMAGE_NAME }} kubectl kustomize .
kubectl apply -k ../../bases/app/
Expand Down

0 comments on commit 50b1d57

Please sign in to comment.