Skip to content

Commit

Permalink
Update EKS-DEV-PRATHAM-DEPLOYMENT.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
muzafferjoya authored Jul 10, 2024
1 parent 2cb8a3f commit 86eff17
Showing 1 changed file with 16 additions and 6 deletions.
22 changes: 16 additions & 6 deletions .github/workflows/EKS-DEV-PRATHAM-DEPLOYMENT.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,14 +74,24 @@ jobs:
export IMAGE_TAG=${{ secrets.ECR_IMAGE_TAG }}
export ECR_IMAGE=${{ secrets.ECR_IMAGE }}
envsubst < manifest/notification-service.yaml > manifest/notification-service-updated.yaml
cat manifest/notification-service-updated.yaml
rm -rf manifest/notification-service.yaml
echo "Contents of manifest/notification-service-updated.yaml:"
cat manifest/notification-service-updated.yaml
ls -ltra manifest/
kubectl apply -f manifest/configmap.yaml
kubectl apply -f manifest/notification-service-updated.yaml
sleep 10
kubectl get pods
kubectl get services
kubectl get deployment
echo "kubectl apply exit code: $?"
# kubectl get configmap
# ls -ltra manifest/
# kubectl apply -f manifest/configmap.yaml
# kubectl apply -f manifest/notification-service-updated.yaml
# sleep 10
# kubectl get pods
# kubectl get services
# kubectl get deployment

0 comments on commit 86eff17

Please sign in to comment.