Skip to content

Commit

Permalink
Disable autodeploy
Browse files Browse the repository at this point in the history
  • Loading branch information
drunkbatya committed Jul 19, 2023
1 parent 210b402 commit cee0da5
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}"}'

0 comments on commit cee0da5

Please sign in to comment.