mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-01-24 01:50:19 +08:00
Update test.yml
This commit is contained in:
parent
c47ad28fc3
commit
9a8bbbd138
@ -15,6 +15,11 @@
|
|||||||
erpnext_version_meta: [13, 12, 11]
|
erpnext_version_meta: [13, 12, 11]
|
||||||
erpnext_version: erpnext_version_meta[{{ version_options.user_input }}]
|
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
|
- name: Config .env for start containers
|
||||||
shell: |
|
shell: |
|
||||||
public_ip=`wget -O - https://download.websoft9.com/ansible/get_ip.sh | bash`
|
public_ip=`wget -O - https://download.websoft9.com/ansible/get_ip.sh | bash`
|
||||||
|
Loading…
Reference in New Issue
Block a user