Temporary remove the rolling restart for prerelease-ce, as currently our security rules prevents deployment from circleci (#13504)

This commit is contained in:
victorhery-filigran
2025-12-05 09:12:22 +01:00
committed by GitHub
parent 23ed853964
commit a99fd0e7e2

View File

@@ -858,16 +858,6 @@ jobs:
- checkout
- kubernetes/install-kubectl
- run: kubectl --server=https://api.staging.eu-west.filigran.io --token=$K8S_TOKEN -n customer-testing rollout restart deployment -l app=opencti
- add_ssh_keys:
fingerprints:
- "SHA256:IvWtRsS9fYztJKWsJIFZAtq/tSr7wG2mVNO9FXOxneA"
- run: |
mkdir -p ~/.ssh
chmod 700 ~/.ssh
ssh-keyscan -H 34.155.26.110 >> ~/.ssh/known_hosts
cat ~/.ssh/known_hosts
ssh filigran@34.155.26.110 "kubectl -n customer-prerelease-ce rollout restart deployment -l app=opencti"
deploy_prerelease:
docker: