mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-12-11 17:00:41 +00:00
Update install.yml
This commit is contained in:
parent
36ff502cc5
commit
0cf6192614
1 changed files with 6 additions and 0 deletions
|
@ -14,6 +14,12 @@
|
|||
|
||||
- name: Clone app from libray
|
||||
shell: cp -r "{{installpath}}/library/apps/{{app}}" "{{installpath}}"
|
||||
|
||||
- name: Input mainapp port
|
||||
shell: |
|
||||
cat "{{installpath}}/library/apps/{{appname}}/.env" |grep APP_HTTP_PORT >> /tmp/port.txt
|
||||
sed -i "s/APP_HTTP_PORT=//g" /tmp/port.txt
|
||||
when: $(! -s /tmp/port.txt)
|
||||
|
||||
- name: Check APP_URL_REPLACE exists
|
||||
shell: |
|
||||
|
|
Loading…
Reference in a new issue