Skip to content

feat: move www to hono #102

feat: move www to hono

feat: move www to hono #102

Workflow file for this run

name: Deploy
on: push
jobs:
deploy:
runs-on: ubuntu-latest
permissions:
id-token: write # This is required to allow the GitHub Action to authenticate with Deno Deploy.
contents: read
steps:
- name: Clone repository
uses: actions/checkout@v3
- name: Setup Deno
uses: denoland/setup-deno@v1
with:
deno-version: v1.x
- name: Build index.js
run: deno task build
- name: Deploy to Deno Deploy
uses: denoland/deployctl@v1
with:
project: emoji-flashcards
entrypoint: main.ts