Skip to content

Commit

Permalink
Remove 2 DCs from deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
meezaan committed Jan 24, 2022
1 parent 67a2430 commit 11d2b2c
Showing 1 changed file with 0 additions and 56 deletions.
56 changes: 0 additions & 56 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,25 +69,6 @@ jobs:
echo "Pushing tag $IMAGE_TAG to quay.io..."
docker push $QUAYIO_IMAGE_NAME:$IMAGE_TAG
deploy-docker-tag-newark:
executor: docker-publisher
steps:
- checkout
- run:
name: Install envsubst
command: |
sudo apt-get update && sudo apt-get -y install gettext-base
- run:
name: Install kubectl
command: |
curl -LO https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/linux/amd64/kubectl
chmod u+x ./kubectl
- run:
name: Deploy Code
command: |
curl -o ./.k8s/deploy.sh https://raw.githubusercontent.com/islamic-network/k8s-deployment/master/deploy-newark.sh
chmod u+x ./.k8s/deploy.sh
sh ./.k8s/deploy.sh
deploy-docker-tag-dallas:
executor: docker-publisher
steps:
Expand Down Expand Up @@ -126,25 +107,6 @@ jobs:
curl -o ./.k8s/deploy.sh https://raw.githubusercontent.com/islamic-network/k8s-deployment/master/deploy-london.sh
chmod u+x ./.k8s/deploy.sh
sh ./.k8s/deploy.sh
deploy-docker-tag-mumbai:
executor: docker-publisher
steps:
- checkout
- run:
name: Install envsubst
command: |
sudo apt-get update && sudo apt-get -y install gettext-base
- run:
name: Install kubectl
command: |
curl -LO https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/linux/amd64/kubectl
chmod u+x ./kubectl
- run:
name: Deploy Code
command: |
curl -o ./.k8s/deploy.sh https://raw.githubusercontent.com/islamic-network/k8s-deployment/master/deploy-mumbai.sh
chmod u+x ./.k8s/deploy.sh
sh ./.k8s/deploy.sh
deploy-docker-tag-singapore:
executor: docker-publisher
steps:
Expand Down Expand Up @@ -197,15 +159,6 @@ workflows:
only: /.*/
branches:
ignore: /.*/
- deploy-docker-tag-newark:
context: org-global
requires:
- build-and-publish-docker-image
filters:
tags:
only: /.*/
branches:
ignore: /.*/
- deploy-docker-tag-dallas:
context: org-global
requires:
Expand All @@ -224,15 +177,6 @@ workflows:
only: /.*/
branches:
ignore: /.*/
- deploy-docker-tag-mumbai:
context: org-global
requires:
- build-and-publish-docker-image
filters:
tags:
only: /.*/
branches:
ignore: /.*/
- deploy-docker-tag-singapore:
context: org-global
requires:
Expand Down

0 comments on commit 11d2b2c

Please sign in to comment.