From 5555808095254a7c00c84f25af51d454e07a7a86 Mon Sep 17 00:00:00 2001 From: veclavtalica Date: Tue, 3 Sep 2024 13:28:23 +0300 Subject: [PATCH] introduce dichotomy of local and remote host --- host.sh => local_host.sh | 0 remote_host.sh | 3 +++ 2 files changed, 3 insertions(+) rename host.sh => local_host.sh (100%) create mode 100755 remote_host.sh diff --git a/host.sh b/local_host.sh similarity index 100% rename from host.sh rename to local_host.sh diff --git a/remote_host.sh b/remote_host.sh new file mode 100755 index 0000000..bc41d70 --- /dev/null +++ b/remote_host.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash + +python3 -m http.server --directory ./html/ & python3 ./tools/git_webhook.py