Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a99f24b1aa |
@ -329,10 +329,10 @@
|
||||
"autoUpgradeMinorVersion": true,
|
||||
"settings":
|
||||
{
|
||||
"fileUris" : ["https://raw.githubusercontent.com/btcpayserver/btcpayserver-azure/master/entrypoint.sh",
|
||||
"https://raw.githubusercontent.com/btcpayserver/btcpayserver-azure/master/changedomain.sh",
|
||||
"https://raw.githubusercontent.com/btcpayserver/btcpayserver-azure/master/btcpay-restart.sh",
|
||||
"https://raw.githubusercontent.com/btcpayserver/btcpayserver-azure/master/btcpay-update.sh"],
|
||||
"fileUris" : ["https://raw.githubusercontent.com/btcpayserver/btcpayserver-azure/systemd/entrypoint.sh",
|
||||
"https://raw.githubusercontent.com/btcpayserver/btcpayserver-azure/systemd/changedomain.sh",
|
||||
"https://raw.githubusercontent.com/btcpayserver/btcpayserver-azure/systemd/btcpay-restart.sh",
|
||||
"https://raw.githubusercontent.com/btcpayserver/btcpayserver-azure/systemd/btcpay-update.sh"],
|
||||
"commandToExecute" : "[concat('./entrypoint.sh ', reference(concat('Microsoft.Network/publicIPAddresses/', variables('publicIPAddressName')), '2016-03-30').dnsSettings.fqdn, ' ', parameters('network'), ' ', parameters('notificationEmail'), ' ', parameters('repository'), ' ', parameters('branch'), ' \"', parameters('lightningNodeAlias'), '\" ', parameters('acceptBTC'), ' ', parameters('acceptLTC'), ' ', parameters('internalCLightning'))]"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user