quarta-feira, maio 17, 2023

GitHub + Azure static web page

1. Create a repository on GitHub.

2. Clone the repository to your local machine using the command:
    #git clone https://github.com/myorg/repo.git

3. Add, commit, and push the code using the following commands:
    #git add .
    #git commit -m "Initial commit"
    #git push -u origin main

4. Create a static web app on Azure.


On the GitHub you can see the actions:


You can have two custom domains on the Static Web App free tier.