diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1edaf066..83ed6660 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -789,42 +789,11 @@ jobs: }); NODE - minting-deploy: - name: Minting service deploy - needs: [library] - runs-on: ubuntu-latest - if: github.ref == 'refs/heads/main' && github.event_name == 'push' - steps: - - uses: actions/checkout@v6.0.2 - - uses: actions/setup-node@v6.3.0 - with: - node-version: 22 - cache: npm - - run: npm ci - - name: Deploy minting service to Vercel (production) - working-directory: apps/minting-service - run: | - mkdir -p .vercel - cat > .vercel/project.json <