Skip to content

docs: update ReadMe

docs: update ReadMe #8

Workflow file for this run

name: deno-deploy
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
permissions:
id-token: write
contents: read
steps:
- uses: actions/checkout@v3
- run: corepack enable
- uses: actions/setup-node@v3
with:
node-version: 18
cache: pnpm
- run: pnpm install
- run: pnpm build
env:
NITRO_PRESET: deno-deploy
SPONSOR_TIERS_UPDATE_URL: ${{ secrets.SPONSOR_TIERS_UPDATE_URL }}
- name: Deploy to Deno Deploy
uses: denoland/deployctl@v1
with:
project: afdian-connect
entrypoint: server/index.ts
root: .output