all repos

onasty @ fca2856b1c4e33687fb5c6a18d262cdde2c9f24e

a one-time notes service

onasty/deploy/build.sh (view raw)

Oleksandr Smirnov Oleksandr Smirnov
olexsmir@gmail.com
chore: add deploy suite (#210), 8 months ago
1
#!/usr/bin/env bash
2
set -e
3
4
echo "📦 Building frontend..."
5
cd ../web
6
task install
7
task build
8
9
echo "📂 Copying frontend files..."
10
rm -rf ../deploy/frontend/*
11
cp -r dist/* ../deploy/frontend/