Skip to content

Commit ece308a

Browse files
committed
fix: content
1 parent 8e2366d commit ece308a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

_posts/2023-07-12-future-career-growth-for-frontend-engineer.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ With each successful execution of the CI pipeline, the team could rest assured t
4343

4444
With the CI pipeline in place, we turned their focus to Continuous Deployment. The goal was to automate the deployment process to various environments, such as staging and production, while maintaining a tight control on version releases.
4545

46-
Alex set up a CD pipeline that would:
46+
I set up a CD pipeline that would:
4747

4848
1. Push approved changes to a staging environment for thorough testing.
4949
2. Run automated integration tests in a replica of the production environment.
@@ -90,6 +90,9 @@ Without knowledge of AWS services, for development and deployment of the new app
9090
- [https://www.udemy.com/course/aws-developer-associate-practice-exams/](https://www.udemy.com/course/aws-developer-associate-practice-exams/)
9191
- [https://aws.amazon.com/getting-started/hands-on/build-react-app-amplify-graphql/](https://aws.amazon.com/getting-started/hands-on/build-react-app-amplify-graphql/)
9292

93+
And article from our blog:
94+
- [https://engineering.backbase.com/2022/06/08/deploying-angular-app-on-azure](https://engineering.backbase.com/2022/06/08/deploying-angular-app-on-azure)
95+
9396
**Real examples**
9497
- [Angular Application Deployment to Azure Web App using GitHub](https://blog.devgenius.io/angular-application-deployment-to-azure-web-app-using-github-49a4e3a7ba87)
9598
- [Deploy Angular application to Microsoft Azure](https://limeii.github.io/2022/11/deploy-to-azure-appservice-with-github-actions/)

0 commit comments

Comments
 (0)