@@ -55,7 +55,7 @@ def deployGenerate(filename,url):
def deployYamlCreate():
tmpctl = '''
config=`env|grep JNLP`
- template=`cat ./deploy-tmp.yaml`
+ template=`cat ./deployment.yaml`
printf "$config\ncat << EOF\n$template\nEOF" | bash > ./deploy.yaml
'''
f1 = open("tempshell.sh","w")