Skip to content

Commit

Permalink
Updated gitlab-ci file, removed unused deployments and scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
zevzek committed Feb 27, 2023
1 parent 2cda955 commit 68a6dff
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 479 deletions.
29 changes: 0 additions & 29 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,21 +35,6 @@ Build stage Docker image:
only:
- stage

#Deploy to blox-infra-stage cluster:
# stage: deploy
# tags:
# - blox-infra-stage
# script:
# - apk add bash
# - curl -LO https://storage.googleapis.com/kubernetes-release/release/v1.18.0/bin/linux/amd64/kubectl
# - chmod +x ./kubectl
# - mv ./kubectl /usr/bin/kubectl
# - export K8S_API_VERSION=$INFRA_STAGE_K8_API_VERSION
# - .k8/scripts/deploy-yamls-on-k8s.sh $DOCKER_REPO_INFRA_STAGE $CI_BUILD_REF liquidation $APP_REPLICAS_INFRA_STAGE blox-infra-stage kubernetes-admin@blox-infra stage.bloxinfra.com $K8S_API_VERSION
# only:
# - stage


Helm deploy on stage:
stage: deploy
tags:
Expand Down Expand Up @@ -86,20 +71,6 @@ Build prod Docker image:
only:
- main

#Deploy to blox-infra-prod cluster:
# stage: deploy
# tags:
# - blox-infra-prod
# script:
# - apk add bash
# - curl -LO https://storage.googleapis.com/kubernetes-release/release/v1.18.0/bin/linux/amd64/kubectl
# - chmod +x ./kubectl
# - mv ./kubectl /usr/bin/kubectl
# - export K8S_API_VERSION=$INFRA_PROD_K8_API_VERSION
# - .k8/scripts/deploy-yamls-on-k8s.sh $DOCKER_REPO_INFRA_PROD $CI_BUILD_REF liquidation $APP_REPLICAS_INFRA_PROD blox-infra-prod kubernetes-admin@blox-infra-prod bloxinfra.com $K8S_API_VERSION
# only:
# - main

Helm deploy on production:
stage: deploy
tags:
Expand Down
117 changes: 0 additions & 117 deletions .k8/scripts/deploy-yamls-on-k8s.sh

This file was deleted.

13 changes: 0 additions & 13 deletions .k8/ssv_liquidator_worker-2.yml

This file was deleted.

13 changes: 0 additions & 13 deletions .k8/ssv_liquidator_worker-3.yml

This file was deleted.

13 changes: 0 additions & 13 deletions .k8/ssv_liquidator_worker.yml

This file was deleted.

98 changes: 0 additions & 98 deletions .k8/yamls/ssv_liquidator_worker.yml

This file was deleted.

Loading

0 comments on commit 68a6dff

Please sign in to comment.