Skip to content

Commit 1668e49

Browse files
authored
Improved legacy deployment process / Added github release support (#104)
1 parent bb0665c commit 1668e49

File tree

3 files changed

+2814
-4935
lines changed

3 files changed

+2814
-4935
lines changed

devops/scripts/buildVaporBoy.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ if [ $? -eq 0 ]; then
2424
rm -rf public
2525
mkdir -p public
2626
cp -r www/* public/
27-
mkdir -p public/legacy
28-
cp -r legacy/* public/legacy
2927
else
3028
echo "Failed Building vaporBoy"
3129
fi

0 commit comments

Comments
 (0)