master
breel 2020-07-25 02:29:49 -06:00
parent a616d4d1eb
commit 31b01dce61
2 changed files with 4 additions and 2 deletions

View File

@ -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
} }

@ -1 +1 @@
Subproject commit b926030237a25c51548d511c77b5df1ff7b8f7bd Subproject commit e2afbacc8ed75cddb91cdccdedf77752107cb9ba