diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml deleted file mode 100644 index 723c0654b..000000000 --- a/.github/workflows/deploy.yml +++ /dev/null @@ -1,13 +0,0 @@ -name: Deploy -on: push -jobs: - deploy: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - run: yarn && yarn build - - uses: amondnet/vercel-action@v30 - with: - vercel-token: ${{ secrets.VERCEL_TOKEN }} - vercel-org-id: ${{ secrets.VERCEL_ORG_ID }} - vercel-project-id: ${{ secrets.VERCEL_PROJECT_ID }}