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
682e7ac342
commit
c51cbf41b3
1 changed files with 2 additions and 2 deletions
|
@ -23,5 +23,5 @@
|
|||
- name: Config .env for start containers
|
||||
shell: |
|
||||
public_ip=`wget -O - https://download.websoft9.com/ansible/get_ip.sh | bash`
|
||||
sed -i 's/APP_VERSION=.*/APP_VERSION=v{{erpnext_version}}/g' /data/apps/{{appname}}/.env
|
||||
sed -i "s/erp.example.com/$public_ip/g" /data/apps/{{appname}}/.env
|
||||
sed -i 's/APP_VERSION=.*/APP_VERSION=v{{erpnext_version}}/g' {{installpath}}/{{appname}}/.env
|
||||
sed -i "s/erp.example.com/$public_ip/g" {{installpath}}/{{appname}}/.env
|
||||
|
|
Loading…
Reference in a new issue