An example for using my for Deno Deploy, a copy of https://github.com/denoland/deploy_lume_example
https://drone-deploy.deno.dev/
|
||
---|---|---|
.github/workflows | ||
server | ||
.drone.yml | ||
.gitignore | ||
_config.ts | ||
deno.json | ||
index.html | ||
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