Skip to content

feat: replace demo agents with real VicSystem agents #5

feat: replace demo agents with real VicSystem agents

feat: replace demo agents with real VicSystem agents #5

Workflow file for this run

name: Deploy Convex Schema
on:
push:
branches: [main]
workflow_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm install
- run: npx convex deploy --cmd "echo done"
env:
CONVEX_DEPLOY_KEY: ${{ secrets.CONVEX_DEPLOY_KEY }}