Skip to content

Commit

Permalink
deploy spec-align-qbft by default when pushed
Browse files Browse the repository at this point in the history
  • Loading branch information
amirylm committed Dec 8, 2022
1 parent ced82af commit 88ce9cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Build stage Docker image:
- docker tag $IMAGE_NAME:$CI_BUILD_REF $DOCKER_REPO_INFRA_STAGE:$CI_BUILD_REF
- $DOCKER_LOGIN_TO_INFRA_STAGE_REPO && docker push $DOCKER_REPO_INFRA_STAGE:$CI_BUILD_REF
only:
- spec-align-qbft-logs
- spec-align-qbft

Deploy ssv exporter to blox-infra-stage cluster:
stage: deploy
Expand Down Expand Up @@ -69,7 +69,7 @@ Deploy ssv nodes to blox-infra-stage cluster:
# - .k8/scripts/deploy-ssv-node-v1-yamls-on-stage-k8s.sh $DOCKER_REPO_INFRA_STAGE $CI_BUILD_REF ssv $APP_REPLICAS_INFRA_STAGE blox-infra-stage kubernetes-admin@blox-infra stage.ssv.network $K8S_API_VERSION $STAGE_HEALTH_CHECK_IMAGE $SSV_NODES_CPU_LIMIT_V1 $SSV_NODES_MEM_LIMIT_V1
- .k8/scripts/deploy-ssv-node-v3-yamls-on-stage-k8s.sh $DOCKER_REPO_INFRA_STAGE $CI_BUILD_REF ssv $APP_REPLICAS_INFRA_STAGE blox-infra-stage kubernetes-admin@blox-infra stage.ssv.network $K8S_API_VERSION $STAGE_HEALTH_CHECK_IMAGE $SSV_NODES_CPU_LIMIT $SSV_NODES_MEM_LIMIT
only:
- spec-align-qbft-logs
- spec-align-qbft


#blox-infra-prod
Expand Down

0 comments on commit 88ce9cb

Please sign in to comment.