Reversed the testing specific URLs to the original repo
This commit is contained in:
parent
72f2b15ab0
commit
22a5c6128f
@ -4,13 +4,13 @@ Instructions to deploy BTCPay Server in [production environment](https://github.
|
||||
|
||||
You can click on this button to view what will be deployed by your deployment:
|
||||
|
||||
[](http://armviz.io/#?load=https%3A%2F%2Fraw.githubusercontent.com%2Fandrasfuchs%2Fbtcpayserver-azure%2Fmaster%2Fazuredeploy.json)
|
||||
[](http://armviz.io/#?load=https%3A%2F%2Fraw.githubusercontent.com%2Fbtcpayserver%2Fbtcpayserver-azure%2Fmaster%2Fazuredeploy.json)
|
||||
|
||||
The following instructions assume you have [Microsoft Azure](https://azure.microsoft.com/) subscription.
|
||||
|
||||
You can click on this button to deploy BTCPayServer:
|
||||
|
||||
[](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2Fandrasfuchs%2Fbtcpayserver-azure%2Fmaster%2Fazuredeploy.json)
|
||||
[](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2Fbtcpayserver%2Fbtcpayserver-azure%2Fmaster%2Fazuredeploy.json)
|
||||
|
||||
You can see our video for an overview:
|
||||
|
||||
|
||||
@ -485,7 +485,7 @@
|
||||
"autoUpgradeMinorVersion": true,
|
||||
"settings":
|
||||
{
|
||||
"fileUris" : ["https://raw.githubusercontent.com/andrasfuchs/btcpayserver-azure/master/azure-entrypoint.sh"],
|
||||
"fileUris" : ["https://raw.githubusercontent.com/btcpayserver/btcpayserver-azure/master/azure-entrypoint.sh"],
|
||||
"commandToExecute" : "[concat('./azure-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('supportedCrypto1'), '\" \"', parameters('supportedCrypto2'), '\" \"', parameters('supportedCrypto3'), '\" \"', parameters('supportedCrypto4'), '\" \"', parameters('supportedCrypto5'), '\" \"', parameters('supportedCrypto6'), '\" \"', parameters('supportedCrypto7'), '\" \"', parameters('supportedCrypto8'), '\" \"', parameters('supportedCrypto9'), '\" \"', parameters('lightningNetworkImplementation'), '\" \"', parameters('sshKey'),'\"')]"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user