From 61992077ec61644005a6813aaaa71f4c548d10a3 Mon Sep 17 00:00:00 2001 From: Jeff Emmett Date: Thu, 19 Jun 2025 12:42:32 +0200 Subject: [PATCH] update yml --- .github/workflows/deploy.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) 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