use public instead of dist
parent
d57c0fa00c
commit
8b2183760f
2
starter
2
starter
|
@ -21,7 +21,7 @@ function update() {
|
||||||
git pull
|
git pull
|
||||||
make
|
make
|
||||||
mv /var/www/html /var/www/html-delme
|
mv /var/www/html /var/www/html-delme
|
||||||
mv dist/ /var/www/html
|
mv public/ /var/www/html
|
||||||
rm -rf /var/www/html-delme &
|
rm -rf /var/www/html-delme &
|
||||||
git reset --hard
|
git reset --hard
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue