An example for using my for Deno Deploy, a copy of https://github.com/denoland/deploy_lume_example https://drone-deploy.deno.dev/
Go to file
Sam Therapy c19e369c80
continuous-integration/drone/push Build is passing Details
ci / build (push) Successful in 11s Details
try again again again again
Signed-off-by: Sam Therapy <sam@samtherapy.net>
2024-03-27 22:19:27 +01:00
.github/workflows try again again again again 2024-03-27 22:19:27 +01:00
server try 2024-03-27 21:46:48 +01:00
.drone.yml try again again 2024-03-27 22:12:30 +01:00
.gitignore Add project files 2022-02-10 10:30:05 +01:00
README.md README: update it 2022-10-11 00:16:19 +02:00
_config.ts Add project files 2022-02-10 10:30:05 +01:00
deno.json try 2024-03-27 21:46:48 +01:00
index.html try 2024-03-27 21:46:48 +01:00

README.md

deploy_lume_example

This is an example of a static site generated by the Lume static site generator being deployed to Deno Deploy via Drone CI.

To learn more about static files on Deno Deploy, view this blog post: https://deno.com/blog/deploy-static-files

Development

First, install Lume.0

deno run -A https://deno.land/x/lume/install.ts

Then build the site:

lume

Then start the server:

deno run -A server/main.ts