mirror of
https://github.com/OpenCTI-Platform/opencti.git
synced 2025-12-22 08:17:08 +00:00
Temporary remove the rolling restart for prerelease-ce, as currently our security rules prevents deployment from circleci (#13504)
This commit is contained in:
committed by
GitHub
parent
23ed853964
commit
a99fd0e7e2
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user