diff --git a/.github/workflows/deploy-farallon.yaml b/.github/workflows/deploy-farallon.yaml deleted file mode 100644 index ddf32cb935..0000000000 --- a/.github/workflows/deploy-farallon.yaml +++ /dev/null @@ -1,23 +0,0 @@ -name: Deploy and Test Farallon hubs - -on: - push: - branches: [ master ] - -jobs: - build: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - uses: google-github-actions/setup-gcloud@master - with: - version: '290.0.1' - # This is used for KMS only - project_id: two-eye-two-see - service_account_key: ${{ secrets.GCP_KMS_DECRYPTOR_KEY }} - export_default_credentials: true - - uses: azure/setup-helm@v1 - - uses: mdgreenwald/mozilla-sops-action@v1 - - uses: ./.github/actions/deploy - with: - cluster: 'farallon' \ No newline at end of file