aboutsummaryrefslogtreecommitdiffstats
path: root/deploy.sh
blob: 128d3349ce74f8757b32c85354a811453795dec3 (plain)
1
2
3
4
5
6
7
#!/bin/bash

shopt -s globstar
cd $(dirname $0)/root
rm -rf ../dist
mkdir ../dist
cp --parents $(git check-ignore **) ../dist