Skip to content

mahesh1706/Dynamic-community_Azure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dynamic-community_Azure

Follow The Steps Project Demo URL: https://dynamiccommunity.tech/ Step 1: Create a new Repository on GitHub and upload your Website Source code to it!Screenshot (123) Step 3: Creating a static website in Azure ➜ Go to Static Web app hit create

Screenshot (124)

➜ Then hit Review+ create >> Create.

➜ It takes less than 2 mins to deploy ,after deployment it shows go to resource .then click go to resource and it shows all the data of your static web app and the default URL for your web app , like this Screenshot (6)

Step 5: CI/CD with Github Actions Lets see how it works , By default while creating your webapp using github as deployment model it enables github ACTIONS CI/CD and .gitworkflows which contains all CI/Cd changes we made to your site

Screenshot (125)

Make changes in your source code and commit it >> then go to the actions of the repository to see the status , It takes less two two mins to commit change in your actual web app.

🟢 ➜ Changes Done 🟡 ➜ Changes in Progress Github Actions

Screenshot (10)