脚本更新
This commit is contained in:
parent
5531b0964c
commit
409e737fc5
@ -15,13 +15,16 @@
|
||||
- name: change git branch
|
||||
shell: cd /codes/pet_home_server && git checkout online && git pull
|
||||
delegate_to: localhost
|
||||
run_once: true
|
||||
register: git_result
|
||||
- name: change docs git branch
|
||||
shell: cd /data/docs && git checkout online && git pull
|
||||
delegate_to: localhost
|
||||
run_once: true
|
||||
- name: sh pack.sh
|
||||
shell: sh /data/devops/pack.sh
|
||||
delegate_to: localhost
|
||||
run_once: true
|
||||
|
||||
|
||||
- name: copy goleaf
|
||||
|
||||
Loading…
Reference in New Issue
Block a user