From c38172cb5661f54dcd7dd93e0f5b0efa06fc4759 Mon Sep 17 00:00:00 2001 From: Guillaume Poirier-Morency Date: Sat, 14 Feb 2026 07:39:15 -0800 Subject: [PATCH] Improvement for deployment script Relocate deployment scripts in a single scripts/ location. --- .../Deploy_CLI_Wiki__production_.xml | 2 +- .../Deploy_CLI_Wiki__staging_.xml | 2 +- .../Deploy_CLI__staging_.xml | 2 +- .idea/runConfigurations/Deploy__dev_.xml | 2 +- .idea/runConfigurations/Deploy__staging_.xml | 2 +- .../runConfigurations/Generate_DWR_client.xml | 2 +- .jenkins/Jenkinsfile | 18 ++---- justfile | 62 +++++++++++++++---- .../deploy-cli-wiki.sh | 2 +- gemma-cli/deploy.sh => scripts/deploy-cli.sh | 8 ++- scripts/deploy-maven-site.sh | 43 +++++++++++++ gemma-web/deploy.sh => scripts/deploy-web.sh | 2 + {gemma-web => scripts}/generate-dwr-client.py | 0 13 files changed, 112 insertions(+), 35 deletions(-) rename gemma-cli/deploy-wiki.sh => scripts/deploy-cli-wiki.sh (91%) rename gemma-cli/deploy.sh => scripts/deploy-cli.sh (92%) create mode 100755 scripts/deploy-maven-site.sh rename gemma-web/deploy.sh => scripts/deploy-web.sh (95%) rename {gemma-web => scripts}/generate-dwr-client.py (100%) diff --git a/.idea/runConfigurations/Deploy_CLI_Wiki__production_.xml b/.idea/runConfigurations/Deploy_CLI_Wiki__production_.xml index 363b434c13..13bfd3d0e9 100644 --- a/.idea/runConfigurations/Deploy_CLI_Wiki__production_.xml +++ b/.idea/runConfigurations/Deploy_CLI_Wiki__production_.xml @@ -2,7 +2,7 @@