Skip to content

Conversation

TNGBBK
Copy link
Owner

@TNGBBK TNGBBK commented Aug 8, 2025

name: Build and Deploy with Webpack

on:
push:
branches:
- main
pull_request:

jobs:
build:
runs-on: ubuntu-latest

steps:
  - name: Checkout repository
    uses: actions/checkout@v3

  - name: Set up Node.js
    uses: actions/setup-node@v3
    with:
      node-version: '18'

  - name: Install dependencies
    run: npm install --prefix=packages/hono-agents

  - name: Build project
    run: |
      cd packages/hono-agents
      npm run build

  - name: Deploy to Vercel
    run: npx vercel --prod --token=${{ secrets.VERCEL_TOKEN }}

Signed-off-by: bbk <186080863+TNGBBK@users.noreply.github.com>
Copy link

vercel bot commented Aug 8, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
agents-hono-agents ❌ Failed (Inspect) Aug 8, 2025 5:30pm

Copy link

⏳ I'm reviewing this pull request for security vulnerabilities and code quality issues. I'll provide an update when I'm done

Copy link

✅ I finished the code review, and didn't find any security or code quality issues.

Signed-off-by: bbk <186080863+TNGBBK@users.noreply.github.com>
Copy link

pkg-pr-new bot commented Aug 8, 2025

Open in StackBlitz

npm i https://pkg.pr.new/TNGBBK/agents@3

commit: 2c5df23

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant