Skip to content

Commit

Permalink
[tool] fix circle for prerelease platform (#1909)
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumejparis authored Dec 11, 2024
1 parent efd4607 commit 11a5ef5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,14 +134,14 @@ jobs:
steps:
- 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=openbas-injector
- run: kubectl --server=https://api.staging.eu-west.filigran.io --token=$K8S_TOKEN -n customer-testing rollout restart deployment -l app=injector
deploy_prerelease:
docker:
- image: cimg/base:stable
steps:
- checkout
- kubernetes/install-kubectl
- run: kubectl --server=https://api.staging.eu-west.filigran.io --token=$K8S_TOKEN_PRE_RELEASE -n customer-prerelease-openbas rollout restart deployment -l app=openbas-injector
- run: kubectl --server=https://api.staging.eu-west.filigran.io --token=$K8S_TOKEN_PRE_RELEASE -n customer-prerelease-obas rollout restart deployment -l app=injector
notify_rolling:
docker:
- image: "cimg/base:stable"
Expand Down

0 comments on commit 11a5ef5

Please sign in to comment.