Skip to content

Commit

Permalink
Testing changes in final step update kubernetes deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcus Sanchez committed Sep 27, 2024
1 parent d10b1f4 commit bb3aac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
- name: List files and directories in the current directory
run: ls -R
- name: Deploy to EKS
run: kubectl apply -f k8s/deployment.yaml
run: kubectl apply --validate=false -f k8s/deployment.yaml
# - name: Validate kubeconfig and Test kubectl Configuration
# run: |
# # Print the kubeconfig file content
Expand Down

0 comments on commit bb3aac7

Please sign in to comment.