Skip to content

Migrate to Deno, Tailwind v4, daisyUI v5 and other improvements #4

Migrate to Deno, Tailwind v4, daisyUI v5 and other improvements

Migrate to Deno, Tailwind v4, daisyUI v5 and other improvements #4

Workflow file for this run

name: Deploy to Fleek
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
deploy:
runs-on: ubuntu-latest
env:
FLEEK_TOKEN: ${{ secrets.FLEEK_TOKEN }}
FLEEK_PROJECT_ID: ${{ secrets.FLEEK_PROJECT_ID }}
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Runtime
uses: denoland/setup-deno@v2
with:
deno-version: v2.x
- name: Install dependencies
run: deno install
- name: Build
run: deno task build
- name: Install Fleek CLI
run: npm i -g @fleek-platform/cli
- name: Build & deploy sites
run: fleek sites deploy