Modernize a bit

Drop bootstrap
Remove fabfile in favor of bin/deploy
This commit is contained in:
Nikolai R Kristiansen
2022-02-22 00:26:48 +01:00
parent e204229519
commit 4e6924d055
14 changed files with 629 additions and 1296 deletions

11
bin/deploy Executable file
View File

@@ -0,0 +1,11 @@
#!/bin/bash
set -eu
PROJECT_PATH=/var/www/neuf.no/edb
echo "Deploying bbs to ${PROJECT_PATH}"
cd "$PROJECT_PATH" || exit 1
git pull
npm run i
npm run build