Skip to content

init v2

init v2 #18

Workflow file for this run

name: Deploy server to Deno Deploy
on:
push:
branches: main
pull_request:
branches: main
permissions:
contents: read
id-token: write
jobs:
deploy:
runs-on: ubuntu-latest
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
- name: Deploy to Deno Deploy
uses: denoland/deployctl@v1
with:
project: estim-poker
entrypoint: server/index.ts
root: .output