mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-01-24 10:17:15 +08:00
Update application.yml
This commit is contained in:
parent
90755f9fe8
commit
5935fb536a
@ -19,9 +19,9 @@
|
||||
|
||||
- name: Change Public IP for http_url if APP_URL_REPLACE=true
|
||||
shell: |
|
||||
wget -N https://raw.githubusercontent.com/Websoft9/StackHub/main/scripts/changeIP.sh
|
||||
bash changeIP.sh "{{appname}}"
|
||||
rm -f changeIP.sh
|
||||
wget -N https://raw.githubusercontent.com/Websoft9/StackHub/main/scripts/change_ip.sh
|
||||
bash change_ip.sh "{{appname}}"
|
||||
rm -f change_ip.sh
|
||||
|
||||
roles:
|
||||
- { role: role_common, tags: "role_common" }
|
||||
|
Loading…
Reference in New Issue
Block a user