diff --git a/.github/workflows/deploy_registry.yaml b/.github/workflows/deploy_registry.yaml deleted file mode 100644 index c3c344dfe..000000000 --- a/.github/workflows/deploy_registry.yaml +++ /dev/null @@ -1,36 +0,0 @@ -name: deploy-registry - -on: - push: - branches: - - main - -jobs: - deploy: - runs-on: ubuntu-latest - - # Set id-token permission for gcloud - # Adding a comment because retriggering the build manually hung? I am the lord of devops and you will bend? - permissions: - contents: read - id-token: write - - steps: - - name: Checkout repository - uses: actions/checkout@v4 - - - name: Authenticate to Google Cloud - uses: google-github-actions/auth@71f986410dfbc7added4569d411d040a91dc6935 - with: - workload_identity_provider: projects/309789351055/locations/global/workloadIdentityPools/github-actions/providers/github - service_account: registry-v2-github@coder-registry-1.iam.gserviceaccount.com - - - name: Set up Google Cloud SDK - uses: google-github-actions/setup-gcloud@77e7a554d41e2ee56fc945c52dfd3f33d12def9a - - # For the time being, let's have the first couple merges to main in modules deploy a new version - # to *dev*. Once we review and make sure everything's working, we can deploy a new version to *main*. - # Maybe in the future we could automate this based on the result of E2E tests. - - name: Deploy to dev.registry.coder.com - run: | - gcloud builds triggers run 29818181-126d-4f8a-a937-f228b27d3d34 --branch dev diff --git a/registry/coder/modules/apache-airflow/README.md b/registry/nataindata/apache-airflow/README.md similarity index 90% rename from registry/coder/modules/apache-airflow/README.md rename to registry/nataindata/apache-airflow/README.md index 875dbdf81..8592cf6b8 100644 --- a/registry/coder/modules/apache-airflow/README.md +++ b/registry/nataindata/apache-airflow/README.md @@ -2,8 +2,8 @@ display_name: airflow description: A module that adds Apache Airflow in your Coder template icon: ../../../../.icons/airflow.svg -maintainer_github: coder -partner_github: nataindata +maintainer_github: nataindata +partner_github: coder verified: true tags: [airflow, idea, web, helper] --- diff --git a/registry/coder/modules/apache-airflow/main.tf b/registry/nataindata/apache-airflow/main.tf similarity index 100% rename from registry/coder/modules/apache-airflow/main.tf rename to registry/nataindata/apache-airflow/main.tf diff --git a/registry/coder/modules/apache-airflow/run.sh b/registry/nataindata/apache-airflow/run.sh similarity index 100% rename from registry/coder/modules/apache-airflow/run.sh rename to registry/nataindata/apache-airflow/run.sh