goat landscaping company.
This project can be deployed to Azure Static Web Apps using the included GitHub Actions workflow.
- The workflow file is at
.github/workflows/azure-static-web-apps.ymland targets themainbranch. - The app root is the
GoatscapingCofolder and is served as static files.
Steps to connect the repo to Azure Static Web Apps:
- In the Azure Portal, create a new Static Web App and choose GitHub as the source.
- Select this repository and the
mainbranch. During the creation process, Azure will create the required GitHub Action and add theAZURE_STATIC_WEB_APPS_API_TOKENsecret for you. - If Azure does not add the secret automatically, get the deployment token from the Azure Static Web App resource and add a repository secret named
AZURE_STATIC_WEB_APPS_API_TOKENin GitHub Settings → Secrets. - Push to
mainto trigger the GitHub Actions workflow and deploy the site.
If you want different app or output locations, edit .github/workflows/azure-static-web-apps.yml accordingly.