bananabrann / brannan.cloud

My personal website, and root domain of most of my stuffs.
https://brannan.cloud
1 stars 1 forks source link
svelte

The Brannan Cloud

GitHub Actions Workflow Status

The personal website for me, @bananabrann! This is the root website for all my apps.

Deploying changes to prod

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.

Environment setup for CI/CD

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.