Skip to content

Commit

Permalink
fixed broken 'Deploy to Azure' button, closes #224
Browse files Browse the repository at this point in the history
  • Loading branch information
albogdano committed Mar 29, 2021
1 parent 576b325 commit 4611d7c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ Make sure you whitelist your Para authentication endpoint with Cognito `https://

## Deploying Scoold to Azure

[![Deploy to Azure](https://azuredeploy.net/deploybutton.svg)](https://deploy.azure.com/?repository=https://github.com/Erudika/scoold)
[![Deploy to Azure](https://aka.ms/deploytoazurebutton)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FErudika%2Fscoold%2Fmaster%2Fazuredeploy.json)

1. Click the button above
2. Fill in the required parameters
Expand Down
2 changes: 1 addition & 1 deletion azuredeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"metadata": {
"description": "Container image to deploy."
},
"defaultValue": "erudikaltd/scoold:latest"
"defaultValue": "erudikaltd/scoold:latest_stable"
},
"port": {
"type": "string",
Expand Down
2 changes: 1 addition & 1 deletion azuredeploy.parameters.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"value": "scoold"
},
"image": {
"value": "erudikaltd/scoold:latest"
"value": "erudikaltd/scoold:latest_stable"
}
}
}
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -867,8 +867,8 @@ <h3><span class="phl">Docker</span></h3>
<a href="https://lightsail.aws.amazon.com/ls/webapp/create/instance" title="Deploy to Lightsail">
<img src="https://s3-eu-west-1.amazonaws.com/com.scoold.files/awsdeploy.svg" height="32" alt="deploy to aws button">
</a> &nbsp;
<a href="https://deploy.azure.com/?repository=https://github.com/Erudika/scoold" title="Install on Azure">
<img src="https://azuredeploy.net/deploybutton.svg" height="32" alt="deploy to azure button">
<a href="https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FErudika%2Fscoold%2Fmaster%2Fazuredeploy.json" title="Install on Azure">
<img src="https://aka.ms/deploytoazurebutton" height="32" alt="deploy to azure button">
</a> &nbsp;
</div>
<h3><span class="phl">Demos</span></h3>
Expand Down

0 comments on commit 4611d7c

Please sign in to comment.