updated deploy script to reflect recent additions
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
surtur 2020-04-09 01:38:12 +02:00
parent 121fd7071b
commit c080914890
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

2
deploy

@ -10,7 +10,7 @@ mkdir -pv ../tew_0x00/public
rsync -av index.html scripts css media \ rsync -av index.html scripts css media \
roundedcorners backgroundgradient shadows \ roundedcorners backgroundgradient shadows \
2Dtransforms 3Dtransforms transitions animations \ 2Dtransforms 3Dtransforms transitions animations \
multiplecolumns \ multiplecolumns boxsizing flexbox \
../tew_0x00/public ../tew_0x00/public
if [ $USER = $USR ]; then if [ $USER = $USR ]; then