Skip to content

Commit

Permalink
Update name: Build and deploy apps to AKS with .yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zepor authored Nov 22, 2023
1 parent 0e5cb5b commit 7784927
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,10 @@ jobs:
use-kubelogin: 'true'

- name: Apply Backend Deployment
run: kubectl apply -f manifests/deployments/backend-deployment.yaml -n azdevspace
run: kubectl apply -f manifests/deployments/deploy-backend.yaml -n azdevspace

- name: Apply Frontend Deployment
run: kubectl apply -f manifests/deployments/frontend-deployment.yaml -n azdevspace
run: kubectl apply -f manifests/deployments/deploy-frontend.yaml -n azdevspace

- name: Apply Redis Deployment
run: kubectl apply -f manifests/deployments/redis-deployment.yaml -n azdevspace
run: kubectl apply -f manifests/deployments/deploy-redis.yaml -n azdevspace

0 comments on commit 7784927

Please sign in to comment.