Update install.yml

This commit is contained in:
qiaofeng1227 2022-12-08 14:01:33 +08:00 committed by GitHub
parent 36ff502cc5
commit 0cf6192614
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: |