Fix big
This commit is contained in:
@@ -15,10 +15,12 @@ function main() {
|
||||
|
||||
function big() {
|
||||
pushd ./public/vue/dndex-ui
|
||||
git checkout master
|
||||
git pull origin master
|
||||
npm install
|
||||
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
|
||||
}
|
||||
|
||||
|
||||
Submodule public/vue/dndex-ui updated: b926030237...e2afbacc8e
Reference in New Issue
Block a user