Skip to content

Apply arvs change from hello-zero-solid #35

Apply arvs change from hello-zero-solid

Apply arvs change from hello-zero-solid #35

Workflow file for this run

name: Deploy
on:
push:
branches:
- main
jobs:
run-vercel:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 22
cache: "npm"
- name: Install dependencies
run: npm install
- name: Vercel Deploy
run: npx vercel deploy --yes --token=${{ secrets.VERCEL_TOKEN }} --prod --scope=rocicorp