Skip to content
This repository has been archived by the owner on Oct 27, 2024. It is now read-only.

remove deno import map and use updated jsr packages #40

remove deno import map and use updated jsr packages

remove deno import map and use updated jsr packages #40

Workflow file for this run

name: Deploy
on:
push:
branches:
- main
jobs:
deploy:
name: Deploy
runs-on: ubuntu-latest
permissions:
id-token: write
contents: read
steps:
- name: Clone Repository
uses: actions/checkout@v4
- name: Install Node
uses: actions/setup-node@v4
with:
node-version: 22.x
- name: Build
run: npm install --include=dev && npx vite build
working-directory: demo
env:
NODE_ENV: production
- name: Deploy
uses: denoland/deployctl@v1
with:
project: sveltekit-adapter-deno
entrypoint: mod.ts
root: demo/build