Skip to content

Commit

Permalink
fix: comments in yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcossIC committed Nov 23, 2024
1 parent 8fdad83 commit adb00af
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/mainServer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ jobs:
chmod +x .env
source .env
# 13. Sustituir variables en los manifiestos en K8s
# 13. Sustituir variables en los manifiestos en K8s
- name: Prepare and validate K8s manifests
working-directory: ./server
run: |
Expand All @@ -178,7 +178,7 @@ jobs:
env:
DOLLAR: '$'

# 14. Aplicando los manifiestos a los kubernetes
# 14. Aplicando los manifiestos a los kubernetes
- name: Apply Kubernetes manifests
working-directory: ./server
run: |
Expand All @@ -192,10 +192,10 @@ jobs:
echo "Waiting for deployments to be ready..."
kubectl wait --for=condition=available deployment/users-deployment -n userservice --timeout=300s
# 15. Verificando que el deployment este listo
- name: Verify deployment
working-directory: ./server
run: |
echo "Checking deployment status..."
kubectl get deployments -n userservice
kubectl get pods -n userservice
# 15. Verificando que el deployment este listo
- name: Verify deployment
working-directory: ./server
run: |
echo "Checking deployment status..."
kubectl get deployments -n userservice
kubectl get pods -n userservice

0 comments on commit adb00af

Please sign in to comment.