Skip to content

Commit

Permalink
Remove Frankfurt
Browse files Browse the repository at this point in the history
  • Loading branch information
meezaan committed Nov 26, 2021
1 parent adc24f7 commit 6120a9a
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,25 +126,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-frankfurt:
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-frankfurt.sh
chmod u+x ./.k8s/deploy.sh
sh ./.k8s/deploy.sh
deploy-docker-tag-mumbai:
executor: docker-publisher
steps:
Expand Down Expand Up @@ -243,15 +224,6 @@ workflows:
only: /.*/
branches:
ignore: /.*/
- deploy-docker-tag-frankfurt:
context: org-global
requires:
- build-and-publish-docker-image
filters:
tags:
only: /.*/
branches:
ignore: /.*/
- deploy-docker-tag-mumbai:
context: org-global
requires:
Expand Down

0 comments on commit 6120a9a

Please sign in to comment.