Skip to content
Snippets Groups Projects
Commit f8eb7c91 authored by Andres Anaya Amariels's avatar Andres Anaya Amariels :rocket:
Browse files

refactor: add before_script to deploy_ocf_prod for cluster information logging

parent a5bdd78c
No related branches found
No related tags found
No related merge requests found
...@@ -115,6 +115,10 @@ prod_build_and_push: ...@@ -115,6 +115,10 @@ prod_build_and_push:
deploy_ocf_prod: deploy_ocf_prod:
stage: deploy_ocf_prod stage: deploy_ocf_prod
before_script:
- echo "--- cluster production ---"
- export KUBECONFIG=$KUBECONFIG_PROD
- kubectl cluster-info
needs: needs:
- prod_build_and_push - prod_build_and_push
<<: *relase_common <<: *relase_common
......
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