feat: deployed frontend, postgres, rev-proxy, tailscale config, initialisation scripts
This commit is contained in:
parent
f48059e37e
commit
a24fd5bd93
20 changed files with 413 additions and 262 deletions
10
scripts/deploy-frontend.sh
Executable file
10
scripts/deploy-frontend.sh
Executable 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/
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue