The personal website for me, @bananabrann! This is the root website for all my apps.
brannan.cloud is hosted on Azure. Deployments are done with GitHub Actions. DNS is provided by CloudFlare.
Changes pushed to branch main
is what is deployed to production.
SvelteKit is configured for deployments with the Azure SWA adapter: geoffrich/svelte-adapter-azure-swa.
In order for GitHub Actions to deploy to Azure, the project on GitHub needs the AZURE_STATIC_WEB_APPS_API_TOKEN
secret, which is the deployment token provided by Azure SWA.