File tree Expand file tree Collapse file tree 1 file changed +0
-32
lines changed
Expand file tree Collapse file tree 1 file changed +0
-32
lines changed Original file line number Diff line number Diff line change @@ -862,38 +862,6 @@ jobs:
862862 event : fail
863863 template : basic_fail_1
864864
865- deploy_testing :
866- docker :
867- - image : cimg/base:stable
868- steps :
869- - checkout
870- - kubernetes/install-kubectl
871- - run : kubectl --server=https://api.staging.eu-west.filigran.io --token=$K8S_TOKEN -n customer-testing rollout restart deployment -l app=opencti
872-
873- deploy_prerelease :
874- docker :
875- - image : cimg/base:stable
876- steps :
877- - checkout
878- - kubernetes/install-kubectl
879- - add_ssh_keys :
880- fingerprints :
881- - " SHA256:huG64qM1OJQCRwOB50xF4k+RZ7l4+rUuIetpM+Sf1MA"
882- - run : |
883- mkdir -p ~/.ssh
884- chmod 700 ~/.ssh
885- ssh-keyscan -H 13.38.189.26 >> ~/.ssh/known_hosts
886- cat ~/.ssh/known_hosts
887- ssh [email protected] "kubectl -n customer-prerelease-aws rollout restart deployment -l app=opencti" 888-
889- deploy_dev :
890- docker :
891- - image : cimg/base:stable
892- steps :
893- - checkout
894- - kubernetes/install-kubectl
895- - run : kubectl --server=https://api.staging.eu-west.filigran.io --token=$K8S_TOKEN_DEV -n customer-dev rollout restart deployment -l app=opencti
896-
897865 notify_rolling :
898866 docker :
899867 - image : " cimg/base:stable"
You can’t perform that action at this time.
0 commit comments