Skip to content

Move main app code into app/ #26

Move main app code into app/

Move main app code into app/ #26

Workflow file for this run

name: Deploy
on: push
jobs:
deploy:
runs-on: ubuntu-latest
permissions:
id-token: write
contents: read
steps:
- name: Clone repository
uses: actions/checkout@v4
- name: Deploy to Deno Deploy
uses: denoland/deployctl@v1
with:
project: jollytoad
entrypoint: main.ts
exclude: scripts, dev.ts, import_map_sw.json, README.md