Skip to content
Snippets Groups Projects
Commit 903a0c17 authored by Sean Fredrick Cruz's avatar Sean Fredrick Cruz
Browse files

Update .gitlab-ci.yml file

parent 8e52f87a
Loading
Pipeline #67324 failed
......@@ -34,8 +34,9 @@ deploy-dev:
- ./kubectl cluster-info
# Apply your Kubernetes configurations
- ./kubectl apply -f task-app/
- echo "Validating Kubernetes manifests..."
- ./kubectl apply -f task-app/ --dry-run=client --validate=false
- echo "✅ Kubernetes manifests are valid and would be applied in a real environment"
environment:
name: development
only:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment