diff --git a/deploy/setup-lxc.sh b/deploy/setup-lxc.sh deleted file mode 100755 index 8f1f7b8..0000000 --- a/deploy/setup-lxc.sh +++ /dev/null @@ -1,32 +0,0 @@ -#!/usr/bin/env bash -set -euo pipefail - -REPO_URL="${1:?Usage: setup-lxc.sh }" -SITE_DIR="/var/www/portfolio" -PORT=8080 - -apt-get update -apt-get install -y git python3 - -git clone "$REPO_URL" "$SITE_DIR" - -cat > /etc/systemd/system/portfolio.service <