Skip to content

chore(deps): bump hono from 4.9.4 to 4.9.11 #2588

chore(deps): bump hono from 4.9.4 to 4.9.11

chore(deps): bump hono from 4.9.4 to 4.9.11 #2588

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/setup-node@v4
- run: npm ci
- run: npm run generate --workspaces
- run: npm test
- run: npm run build
- uses: actions/upload-artifact@v4
with:
name: deploy-zip
path: "gillyreads.zip"
deploy:
needs: build
runs-on: ubuntu-latest
steps:
- if: github.ref == 'refs/heads/main'
uses: actions/download-artifact@v4
with:
name: deploy-zip
- if: github.ref == 'refs/heads/main'
uses: TryGhost/[email protected]
with:
api-url: ${{ secrets.GHOST_ADMIN_API_URL }}
api-key: ${{ secrets.GHOST_ADMIN_API_KEY }}
file: "gillyreads.zip"