部署时,不再备份可执行文件
This commit is contained in:
@@ -9,8 +9,8 @@
|
||||
owner: ubuntu
|
||||
group: ubuntu
|
||||
mode: 0777
|
||||
- name: cleanup previous backup files
|
||||
shell: cd {{ deploy_dir }} && ./cleanup.sh
|
||||
# - name: cleanup previous backup files
|
||||
# shell: cd {{ deploy_dir }} && ./cleanup.sh
|
||||
- name: copy execute file to dest
|
||||
copy:
|
||||
src: ../jx-callback
|
||||
@@ -18,7 +18,7 @@
|
||||
owner: ubuntu
|
||||
group: ubuntu
|
||||
mode: 0755
|
||||
backup: yes
|
||||
backup: no
|
||||
- name: copy conf file to dest
|
||||
copy:
|
||||
src: ../conf/
|
||||
|
||||
Reference in New Issue
Block a user