Skip to content

Commit 003c972

Browse files
authored
Switch to main branch (#54)
* Switch to main branch * update readme * fix netlify url in readme
1 parent 2f7657a commit 003c972

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ node_js:
33
- '9'
44
branches:
55
only:
6-
- master
6+
- main
77
deploy:
88
provider: heroku
99
skip_cleanup: true

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,11 @@ This app can determine the different content for the given 'Original Text' and '
1414
* Text Editor: ngx-monaco-editor
1515

1616
# Demo
17-
Two available demos:
18-
* `Live Demo on Heroku:` <a href="https://text-compare-angular.herokuapp.com/" target="\_blank">https://text-compare-angular.herokuapp.com/</a>
19-
* `Live Demo on Netlify:` <a href="https://text-compare.netlify.com/" target="\_blank">https://text-compare.netlify.com/</a>
17+
18+
Three available demos:
19+
20+
* `Live Demo on Netlify:` <a href="https://text-compare.netlify.app/" target="\_blank">https://text-compare.netlify.app/</a>
21+
* `Live Demo on Render:` <a href="https://text-compare.onrender.com/" target="\_blank">https://text-compare.onrender.com/</a>
2022
* `Live Demo on Azure:` <a href="https://text-compare.azurewebsites.net/" target="\_blank">https://text-compare.azurewebsites.net/</a>
2123

2224
*Note: The demo websites may be slow when you access them for the first time. Be patient!*

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# https://docs.microsoft.com/azure/devops/pipelines/languages/javascript
55

66
trigger:
7-
- master
7+
- main
88

99
pool:
1010
vmImage: ubuntu-latest

0 commit comments

Comments
 (0)