Skip to content

Commit

Permalink
kubernetes-resume-challenge
Browse files Browse the repository at this point in the history
  • Loading branch information
TomiwaAribisala-git committed Mar 22, 2024
1 parent 2341034 commit 2923511
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,11 @@ jobs:

- name: Deploy To EKS
run: |
kubectl apply -f mariadb-secret.yml
kubectl apply -f mariadb-configmap.yml
kubectl apply -f mariadb.yml
kubectl apply -f mariadb-svc.yml
kubectl apply -f ecom-web-configmap.yml
kubectl apply -f ecom-web-config.yml
kubectl apply -f ecom-web.yml
kubectl apply -f ecom-web-svc.yml
kubectl delete -f mariadb-secret.yml
kubectl delete -f mariadb-configmap.yml
kubectl delete -f mariadb.yml
kubectl delete -f mariadb-svc.yml
kubectl delete -f ecom-web-configmap.yml
kubectl delete -f ecom-web-config.yml
kubectl delete -f ecom-web.yml
kubectl delete -f ecom-web-svc.yml

0 comments on commit 2923511

Please sign in to comment.