From da1f018f7a6f0ea7a1bca792c6e190a1bc157138 Mon Sep 17 00:00:00 2001 From: Aswanth Vc <69764494+aswanthabam@users.noreply.github.com> Date: Tue, 5 Nov 2024 18:03:20 +0530 Subject: [PATCH] Update vercel.yaml --- .github/workflows/vercel.yaml | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/.github/workflows/vercel.yaml b/.github/workflows/vercel.yaml index 65d0b799c..fa46c1fa3 100644 --- a/.github/workflows/vercel.yaml +++ b/.github/workflows/vercel.yaml @@ -1,23 +1,23 @@ -name: Deploy to Vercel +# name: Deploy to Vercel -on: - push: - branches: - - dev-server +# on: +# push: +# branches: +# - dev-server -jobs: - build: - runs-on: ubuntu-latest +# jobs: +# build: +# runs-on: ubuntu-latest - steps: - - name: Checkout code - uses: actions/checkout@v2 +# steps: +# - name: Checkout code +# uses: actions/checkout@v2 - - name: Install dependencies - run: npm install +# - name: Install dependencies +# run: npm install - - name: Build - run: npm run build +# - name: Build +# run: npm run build - - name: Deploy to Vercel - run: vercel --token ${{ secrets.VERCEL_TOKEN }} --prod +# - name: Deploy to Vercel +# run: vercel --token ${{ secrets.VERCEL_TOKEN }} --prod