瀏覽代碼

add tmp folder for tulip

Jeremy Zheng 2 年之前
父節點
當前提交
fa8f8028a6
共有 1 個文件被更改,包括 7 次插入0 次删除
  1. 7 0
      deploy/mint.yml

+ 7 - 0
deploy/mint.yml

@@ -43,6 +43,13 @@
   hosts:
   hosts:
     - tulip
     - tulip
   tasks:
   tasks:
+    - name: setup tmp folder
+      become: true
+      ansible.builtin.file:
+        path: "{{ app_deploy_root }}/agile/rpc/tulip/tulip/tmp"
+        state: directory
+        owner: "www-data"
+        group: "www-data"
     - name: upload pali.stop
     - name: upload pali.stop
       become: true
       become: true
       ansible.builtin.copy:
       ansible.builtin.copy: