From cee0da5538002509e2a928e044699a89c62ce166 Mon Sep 17 00:00:00 2001 From: DrunkBatya Date: Wed, 19 Jul 2023 08:56:54 -0400 Subject: [PATCH] Disable autodeploy --- .github/workflows/deploy.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 5b65263..33102b2 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -39,11 +39,3 @@ jobs: - name: 'Upload docker image' run: | docker push "$IMAGE_NAME:$IMAGE_TAG" - - - name: 'Trigger k8s to use new image' - uses: peter-evans/repository-dispatch@v2 - with: - repository: ${{ secrets.INFRASTRUCTURE_REPO }} - token: ${{ secrets.K8S_GITHUB_PAT }} - event-type: flipper-update-indexer-deploy - client-payload: '{"image_tag": "${{steps.tag.outputs.image_tag}}"}'