Skip to content

Commit

Permalink
Deploy to AKS
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyshah83 committed May 20, 2023
1 parent 8938620 commit 2d41d0f
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/aks-redis-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,12 @@ jobs:
secret-name: redis-secret
string-data: ${{secrets.REDIS_CONNECTION_STRING}}

# - name: Deploy to AKS
# id: deploy-aks
# uses: Azure/k8s-deploy@v4
# with:
# namespace: default
# manifests: |
# k8s-public-ip/redis.yml
# images: ${{ env.AZURE_CONTAINER_REGISTRY_NAME }}.azurecr.io/${{ env.APP_NAME }}:${{ github.sha }}
# pull-images: false
- name: Deploy to AKS
id: deploy-aks
uses: Azure/k8s-deploy@v4
with:
namespace: default
manifests: |
k8s-public-ip/redis.yml
images: ${{ env.AZURE_CONTAINER_REGISTRY_NAME }}.azurecr.io/${{ env.APP_NAME }}:${{ github.sha }}
pull-images: false

0 comments on commit 2d41d0f

Please sign in to comment.