调整前端和环境的环境配置

This commit is contained in:
YunaiV
2022-04-13 12:24:08 +08:00
parent 9afc297388
commit 2d5601be92
14 changed files with 183 additions and 167 deletions

4
Jenkinsfile vendored
View File

@ -21,7 +21,7 @@ pipeline {
// GitHub 账号名
GITHUB_ACCOUNT = 'https://gitee.com/zhijiantianya/ruoyi-vue-pro'
// 应用名称
APP_NAME = 'yudao-admin-server'
APP_NAME = 'yudao-server'
// 应用部署路径
APP_DEPLOY_BASE_DIR = '/media/pi/KINGTON/data/work/projects/'
}
@ -57,4 +57,4 @@ pipeline {
}
}
}
}
}