소스 검색

Update ppctl.py

guizhong 6 년 전
부모
커밋
f3419892ad
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      ppctl.py

+ 1 - 1
ppctl.py

@@ -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")