Podezřelé semináře (#1465) #65

Merged
zelvuska merged 27 commits from podezrele-seminare into master 2024-11-05 20:31:55 +01:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit 9ca5967261 - Show all commits

View file

@ -4,7 +4,7 @@ set -exuo pipefail
. make/lib.sh
scp vue_frontend/webpack-stats.json "$GIMLI_LOGIN:$TESTWEB/vue_frontend/"
rsync -ave ssh seminar/static/seminar/vue "$GIMLI_LOGIN:$TESTWEB/seminar/static/seminar/"
rsync -ave ssh treenode/static/treenode/vue "$GIMLI_LOGIN:$TESTWEB/treenode/static/treenode/"
ssh "$GIMLI_LOGIN" "
set -euxo pipefail
cd $TESTWEB

View file

@ -17,9 +17,9 @@ module.exports = {
filenameHashing: false,
productionSourceMap: true,
publicPath: process.env.NODE_ENV === 'production'
? '/static/seminar/vue/'
? '/static/treenode/vue/'
: 'http://localhost:8080/',
outputDir: '../seminar/static/seminar/vue/',
outputDir: '../treenode/static/treenode/vue/',
chainWebpack: config => {