Убрать test.shineup.me из deploy-схемы

This commit is contained in:
AidarKC
2026-07-16 11:54:21 +04:00
parent d2c0ecdf62
commit be321813fa
15 changed files with 12 additions and 356 deletions
-15
View File
@@ -238,21 +238,6 @@ tasks.register('deployUITest2') {
dependsOn tasks.named('deployUI')
}
tasks.register('deployServerTest', Exec) {
group = "!!deployment"
description = "Резервный test deploy: test.shineup.me (пока не использовать)"
dependsOn shadowJar
workingDir = rootDir
environment 'LOCAL_JAR', file('SHiNE-server/build/libs/shine-server.jar').absolutePath
commandLine 'bash', file('deploy_shine-server_test.sh').absolutePath
}
tasks.register('deployUITest', Exec) {
group = "!!deployment"
description = "Резервный test UI deploy: test.shineup.me (пока не использовать)"
workingDir = rootDir
commandLine 'bash', file('deploy_shine-ui_test.sh').absolutePath
}
tasks.register('startLocal', Exec) {
group = "!!run"