Skip to content

Commit

Permalink
Update vercel.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
aswanthabam authored Nov 5, 2024
1 parent a90e7cf commit da1f018
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions .github/workflows/vercel.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit da1f018

Please sign in to comment.