From d0cc68453051d328d36277566ecd1c6c3fd99f7c Mon Sep 17 00:00:00 2001 From: Mathew Alex Date: Tue, 11 Apr 2023 11:09:24 +0530 Subject: [PATCH] removed gdc deploy --- .github/workflows/deploy.yaml | 37 ----------------------------------- 1 file changed, 37 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 1d69c6610e6..b94702bec44 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -180,43 +180,6 @@ jobs: rm -rf /tmp/.buildx-cache mv /tmp/.buildx-cache-new /tmp/.buildx-cache - deploy-production-gdc: - needs: build-production - name: Deploy to EKS GDC - runs-on: ubuntu-latest - environment: - name: Staging-gdc - url: https://gdc.coronasafe.network - steps: - - name: Checkout Kube Config - uses: actions/checkout@v3 - with: - repository: coronasafe/gdc_infra - token: ${{ secrets.GIT_ACCESS_TOKEN }} - path: kube - ref: main - - - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@v1 - with: - aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID}} - aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} - aws-region: ap-south-1 - - - name: install kubectl - uses: azure/setup-kubectl@v2.0 - with: - version: "v1.23.6" - id: install - - - name: Deploy Care Fe Production - run: | - mkdir -p $HOME/.kube/ - aws eks update-kubeconfig --name $EKS_CLUSTER_NAME --region ap-south-1 - cd kube/deployments/ - sed -i -e "s/_BUILD_NUMBER_/${GITHUB_RUN_NUMBER}/g" care-fe.yaml - kubectl apply -f care-fe.yaml - deploy-production-manipur: needs: build-production name: Deploy to GKE Manipur