Update variables.json

This commit is contained in:
qiaofeng1227 2022-03-09 08:40:04 +08:00 committed by GitHub
parent b6de252821
commit 8b516c1934
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@
"cmd": "public_ip=`wget -O - https://download.websoft9.com/ansible/get_ip.sh | bash`"
},
{
"cmd": "sudo sed -i s/APP_SITE_URL.*/APP_SITE_URL=$public_ip/g ./.env"
"cmd": "sudo sed -i s/erp.example.com/$public_ip/g ./.env"
}
],
"services":[