Skip to content

Commit

Permalink
deploy to holesky 2
Browse files Browse the repository at this point in the history
  • Loading branch information
y0sher committed Oct 8, 2024
1 parent d0222e4 commit f075368
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ Build prod Docker image:
- $DOCKER_LOGIN_TO_INFRA_PROD_REPO && docker push $DOCKER_REPO_INFRA_PROD:$CI_COMMIT_SHA

only:
- deploy/unstable-holesky
- deploy/unstable-holesky-opid-peer

Deploy nodes to prod:
stage: deploy
Expand Down Expand Up @@ -166,7 +166,7 @@ Deploy nodes to prod:
# - .k8/production/mainnet/scripts/deploy-boot-nodes.sh $DOCKER_REPO_INFRA_PROD $CI_COMMIT_SHA ssv $APP_REPLICAS_INFRA_PROD blox-infra-prod kubernetes-admin@blox-infra-prod ssv.network $K8S_API_VERSION $PROD_HEALTH_CHECK_IMAGE $SSV_NODES_CPU_LIMIT_V3 $SSV_NODES_MEM_LIMIT_V3

only:
- deploy/unstable-holesky
- deploy/unstable-holesky-opid-peer

Deploy exporter to prod:
stage: deploy
Expand Down
4 changes: 2 additions & 2 deletions .k8/production/holesky/scripts/deploy-cluster-1--4.sh
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ DIR=".k8/production/holesky"
DEPLOY_FILES=(
# "ssv-node-holesky-1-deployment.yml"
"ssv-node-holesky-2-deployment.yml"
"ssv-node-holesky-3-deployment.yml"
"ssv-node-holesky-4-deployment.yml"
# "ssv-node-holesky-3-deployment.yml"
# "ssv-node-holesky-4-deployment.yml"
)

if [[ -d $DIR ]]; then
Expand Down

0 comments on commit f075368

Please sign in to comment.