mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-25 00:50:30 +00:00
Update test.yml
This commit is contained in:
parent
c47ad28fc3
commit
9a8bbbd138
1 changed files with 5 additions and 0 deletions
|
@ -15,6 +15,11 @@
|
|||
erpnext_version_meta: [13, 12, 11]
|
||||
erpnext_version: erpnext_version_meta[{{ version_options.user_input }}]
|
||||
|
||||
- name: Clone {{appname}} in Websoft9
|
||||
git:
|
||||
repo: "https://github.com/Websoft9/docker-{{appname}}.git"
|
||||
dest: /data/apps/{{appname}}
|
||||
|
||||
- name: Config .env for start containers
|
||||
shell: |
|
||||
public_ip=`wget -O - https://download.websoft9.com/ansible/get_ip.sh | bash`
|
||||
|
|
Loading…
Reference in a new issue