fix deploy command

This commit is contained in:
Roberto Cirillo 2022-05-06 16:22:10 +02:00
parent 5395ea418b
commit 4ae533206f
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -211,7 +211,7 @@ def deploy(String service, String version, String host){
cd /var/lib/jenkins/ansible-repos/ansible-playbooks/d4science-ghn-cluster/;
git pull;
cd CD;
./deployService..sh $service $version $host
./deployService.sh $service $version $host
""")
}