Deploy now pushes dndex.lan:8080 update from github

master
breel 2020-07-25 00:32:10 -06:00
parent 3b8d5e27c5
commit b2739b800c
1 changed files with 2 additions and 1 deletions

View File

@ -15,9 +15,10 @@ function main() {
function big() {
pushd ./public/vue/dndex-ui
git pull origin master
npm install
npm run build
scp ./dist/* zach@tickle.lan:./dndex-ui/public/
scp -r ./dist/* zach@tickle.lan:./dndex-ui/public/
popd
}