Skip to content

Commit 2e931f3

Browse files
committed
README.md updated | pipeline updates
1 parent ee6321f commit 2e931f3

2 files changed

Lines changed: 18 additions & 11 deletions

File tree

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,14 @@ In general, mango messenger is considered to be a bachelor's degree project.
1111
Bachelor's degree has been successfully completed by the team of three students on 10-02-2022.
1212
However, it is worth to continue progress on the project pursuing another predefined goals.
1313

14-
**How it works (v1)**: https://www.youtube.com/watch?v=3lh3we1DrEY
14+
## How it works
15+
16+
- 🚀 Mango messenger: Live demo 2: https://youtu.be/tE-fzVb076Q
17+
- 🚀 Mango messenger: Live demo 1: https://youtu.be/WZ19vq4ayoo
18+
- 🚀 Mango messenger: Terraform infrastructure deploy: https://youtu.be/lImvRMW3498
19+
- 🚀 Mango messenger: Application deployment: https://youtu.be/0FXEj8utV-k
20+
- 🚀 Mango messenger: Upload file assets: https://youtu.be/giimO6YK1fk
21+
- 🚀 Mango messenger: Terraform backend up: https://youtu.be/4fRMS3gp5Uc
1522

1623
## Main goals of the project
1724

build/azure-pipelines-cd.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -37,19 +37,19 @@ stages:
3737
- template: templates/dotnet-build-job-template.yml
3838
- template: templates/dotnet-integration-tests-job-template.yml
3939

40-
# - stage: 'Security_checks'
41-
# displayName: 'Run security checks'
42-
# dependsOn: 'Build_Test_Pack'
43-
# condition: succeeded('Build_Test_Pack')
44-
# jobs:
45-
# - template: templates/sonarcloud-job-template.yml
46-
# - template: templates/mend-scan-job-template.yml
47-
# - template: templates/snyk-job-template.yml
40+
- stage: 'Security_checks'
41+
displayName: 'Run security checks'
42+
dependsOn: 'Build_Test_Pack'
43+
condition: succeeded('Build_Test_Pack')
44+
jobs:
45+
- template: templates/sonarcloud-job-template.yml
46+
- template: templates/mend-scan-job-template.yml
47+
- template: templates/snyk-job-template.yml
4848

4949
- stage: 'dev'
5050
displayName: 'Deploy Mango Messenger to DEV Environment'
51-
dependsOn: 'Build_Test_Pack'
52-
condition: succeeded('Build_Test_Pack')
51+
dependsOn: 'Security_checks'
52+
condition: succeeded('Security_checks')
5353
jobs:
5454
- deployment: 'Deploy_Mango_Web_API_to_Dev'
5555
displayName: 'Deploy Mango Messenger to DEV Environment'

0 commit comments

Comments
 (0)