/Wiki/sources/honojs__hono/2026/https-hono-dev-llms-full-txt-deploy-from-github--991ffd527139-deploy-from-github-actions-s0391-c0001.md
Deploy from GitHub Actions (2) - hono-docs
Deploy from GitHub Actions (2) Source evidence: /Sources/raw/honojs hono/honojs hono.md Canonical citation: https://hono.dev/llms full.txt deploy from github...
Deploy from GitHub Actions (2)
Source evidence: /Sources/raw/honojshono/honojshono.md Canonical citation: https://hono.dev/llms-full.txt#deploy-from-github-actions
Summary
## Content
```yml
name: Deploy
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
name: Deploy
steps:
- uses: actions/checkout@v4
- name: Deploy
uses: cloudflare/wrangler-action@v3
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}