Skip to content

Commit

Permalink
Disable CD for Curvenote
Browse files Browse the repository at this point in the history
This only removes the deployment workflows, it doesn't remove the configuration
  • Loading branch information
manics committed Dec 17, 2024
1 parent 6240a4d commit a7c8b84
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 157 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -226,12 +226,6 @@ jobs:
helm_version: ""
experimental: false

- federation_member: curvenote
helm_version: ""
experimental: false
aws_deployment_role: arn:aws:iam::166088433508:role/binderhub-github-oidc-mybinderorgdeploy
aws_region: us-east-2

# These permissions are needed to interact with GitHub's OIDC Token endpoint.
permissions:
id-token: write
Expand Down Expand Up @@ -294,14 +288,6 @@ jobs:
with:
version: ${{ env.GCLOUD_SDK_VERION }}

- name: "Stage 1: Configure AWS credentials"
if: matrix.federation_member == 'curvenote'
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: ${{ matrix.aws_deployment_role }}
aws-region: ${{ matrix.aws_region }}
role-session-name: mybinder-github-cd

- name: "Stage 1: Install kubectl ${{ env.KUBECTL_VERSION }}"
uses: azure/setup-kubectl@v4
with:
Expand Down
143 changes: 0 additions & 143 deletions .github/workflows/terraform-deploy-aws-curvenote.yml

This file was deleted.

0 comments on commit a7c8b84

Please sign in to comment.