From 2d79409124ea3b9b15181db208aa79e3bc69e9c4 Mon Sep 17 00:00:00 2001 From: Dovi Cowan Date: Mon, 20 Feb 2023 02:25:56 +0000 Subject: [PATCH] dokku support Squashed commit of the following: commit 74907fdde3c08bd73ab905398d0e59b5bb4bcbec Author: Dovi Cowan Date: Mon Feb 20 01:25:13 2023 +0000 remove unnecessary app.json commit 7449a6b908c8fcf339ddc3d2eafad7f4c0c0f462 Author: Dovi Cowan Date: Mon Feb 20 01:18:06 2023 +0000 remove nginx versioning commit 29a2d5539e07385d98196d3b70e8b11d27097cd0 Author: Dovi Cowan Date: Mon Feb 20 01:14:57 2023 +0000 remove .static from dist commit 4b91736c66eb8eb18bbd53b90c83e06bed340262 Author: Dovi Cowan Date: Mon Feb 20 01:14:31 2023 +0000 tell dokku thisll be a static site commit 57d9dd16cdd1377c38b65f6eb9605c6b872e3e62 Author: Dovi Cowan Date: Mon Feb 20 01:08:52 2023 +0000 create .static for dokku commit 9eb03eecfdcfe0a93f0abd43cb6d4f914638b9b6 Author: Dovi Cowan Date: Mon Feb 20 01:00:37 2023 +0000 dokku support --- .buildpacks | 2 ++ .static | 0 2 files changed, 2 insertions(+) create mode 100644 .buildpacks create mode 100644 .static diff --git a/.buildpacks b/.buildpacks new file mode 100644 index 0000000..a37cf6a --- /dev/null +++ b/.buildpacks @@ -0,0 +1,2 @@ +https://github.com/heroku/heroku-buildpack-nodejs +https://github.com/dokku/buildpack-nginx.git \ No newline at end of file diff --git a/.static b/.static new file mode 100644 index 0000000..e69de29