diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 69493eb..111e9d5 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -24,10 +24,7 @@ jobs: - name: Build project run: npm run build + # This step will trigger Vercel deployment via GitHub integration + # Make sure you have connected your GitHub repo to Vercel - name: Deploy to Vercel - uses: amondnet/vercel-action@v25 - with: - vercel-token: ${{ secrets.VERCEL_TOKEN }} - vercel-org-id: ${{ secrets.ORG_ID }} - vercel-project-id: ${{ secrets.PROJECT_ID }} - vercel-args: '--prod' \ No newline at end of file + run: echo "Deployment will be handled by Vercel GitHub integration" \ No newline at end of file