feat: deployed frontend, postgres, rev-proxy, tailscale config, initialisation scripts

This commit is contained in:
Luka Dekanozishvili 2026-01-31 14:28:52 +01:00
parent f48059e37e
commit a24fd5bd93
20 changed files with 413 additions and 262 deletions

10
scripts/deploy-frontend.sh Executable file
View file

@ -0,0 +1,10 @@
#!/usr/bin/env bash
set -euo pipefail
cd /home/luka/HexName-Frontend
git pull
deno task build
sudo rm -rf /var/www/hexname/build
sudo cp -r build/ /var/www/hexname/