Skip to content

Commit

Permalink
update publish_indexify_server.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
diptanu committed Nov 2, 2024
1 parent 7fec5a9 commit a81f449
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/publish_indexify_server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -265,16 +265,3 @@ jobs:
fi
docker buildx build --platform=linux/amd64,linux/arm64 --push . -t tensorlake/indexify-server:$tag -f dockerfiles/Dockerfile.release_server;
done
vercel-cache-revalidation:
name: Vercel Cache
runs-on: ubuntu-latest
needs:
- create-release
- extract-version
env:
REVALIDATION_SECRET: ${{ secrets.REVALIDATION_SECRET }}
steps:
- name: Revalidate Cache
run: |
curl -X POST 'https://www.tensorlake.ai/api/revalidate?secret=d9f3116092236bbbd8d4fda96ffeebd3c64266c6d249e3c59e71c5d8bd695cc4'

0 comments on commit a81f449

Please sign in to comment.