From 2a781f3c851087f7fa84abef49960da340baa8e1 Mon Sep 17 00:00:00 2001 From: Sam Therapy Date: Wed, 27 Mar 2024 22:23:26 +0100 Subject: [PATCH] Test a real deploy now Signed-off-by: Sam Therapy --- README.md | 31 +++++-------------------------- index.html | 2 +- 2 files changed, 6 insertions(+), 27 deletions(-) diff --git a/README.md b/README.md index 85ab38a..cec591c 100644 --- a/README.md +++ b/README.md @@ -1,29 +1,8 @@ -# deploy_lume_example +# Deploy Example -This is an example of a static site generated by the [Lume][lume] static site -generator being deployed to Deno Deploy via Drone CI. +This is an example of a simple deployment of a web application using the [Deno Deploy](https://git.froth.zone/actions/deno-deploy) module. -To learn more about static files on Deno Deploy, view this blog post: - +It is deployed in two places: -## Development - -First, install [Lume][lume].0 - -```shell -deno run -A https://deno.land/x/lume/install.ts -``` - -Then build the site: - -```shell -lume -``` - -Then start the server: - -```shell -deno run -A server/main.ts -``` - -[lume]: https://lume.land +- GitHub Actions: ([Action Link](./.github/workflows/deploy.yaml)) +- Drone CI: ([Drone Link](./.drone.yml)) diff --git a/index.html b/index.html index c3a672a..a811237 100644 --- a/index.html +++ b/index.html @@ -9,6 +9,6 @@

Welcome to my page

This is an example of a static site generated on Deno Deploy.

The /api/time endpoint dynamically returns the current time.

-

You can find the source code for this site on my Gitea instance.

+

You can find the source code for this site on my Forgejo instance.