Fix big
This commit is contained in:
@@ -15,10 +15,12 @@ function main() {
|
|||||||
|
|
||||||
function big() {
|
function big() {
|
||||||
pushd ./public/vue/dndex-ui
|
pushd ./public/vue/dndex-ui
|
||||||
|
git checkout master
|
||||||
git pull origin master
|
git pull origin master
|
||||||
npm install
|
npm install
|
||||||
npm run build
|
npm run build
|
||||||
scp -r ./dist/* zach@tickle.lan:./dndex-ui/public/
|
ssh zach@tickle.lan rm -rf ./dndex-ui/public
|
||||||
|
scp -r ./dist zach@tickle.lan:./dndex-ui/public
|
||||||
popd
|
popd
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Submodule public/vue/dndex-ui updated: b926030237...e2afbacc8e
Reference in New Issue
Block a user