diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0be33a4..706fe2e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -106,17 +106,3 @@ jobs: run: flyctl deploy --remote-only env: FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }} - - deploy-frontend: - name: Deploy Frontend to Vercel - needs: frontend - runs-on: ubuntu-latest - if: github.ref == 'refs/heads/main' && github.event_name == 'push' - steps: - - uses: actions/checkout@v4 - - name: Deploy to Vercel - run: npx vercel --prod --token=${{ secrets.VERCEL_TOKEN }} --yes - working-directory: frontend - env: - VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }} - VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }} \ No newline at end of file