ソースを参照

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