all repos

onasty @ ac9bab342dae825c63aeeafe0f8af33fbc737850

a one-time notes service

onasty/deploy/build.sh(view raw)

1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/env bash
set -e

echo "📦 Building frontend..."
cd ../web
task install
task build

echo "📂 Copying frontend files..."
rm -rf ../deploy/frontend/*
cp -r dist/* ../deploy/frontend/