Deploy now pushes dndex.lan:8080 update from github
parent
3b8d5e27c5
commit
b2739b800c
|
|
@ -15,9 +15,10 @@ function main() {
|
||||||
|
|
||||||
function big() {
|
function big() {
|
||||||
pushd ./public/vue/dndex-ui
|
pushd ./public/vue/dndex-ui
|
||||||
|
git pull origin master
|
||||||
npm install
|
npm install
|
||||||
npm run build
|
npm run build
|
||||||
scp ./dist/* zach@tickle.lan:./dndex-ui/public/
|
scp -r ./dist/* zach@tickle.lan:./dndex-ui/public/
|
||||||
popd
|
popd
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue