Sebastiaan discusses his experience transitioning from a Raspberry Pi 4 to a Pi 5 for hosting his blog after a power outage damaged the original device. He learned Docker to simplify deployments, creating a Dockerfile and utilizing volumes for data persistence. This process improved his deployment efficiency and allowed him to consolidate his setups.
Marc Love, Technical Director at uSkinned, announces the introduction of regional hosting options for uSkinned websites, allowing users to select Microsoft Azure data centres in Europe and the US. This enhancement improves site performance, compliance, and SEO targeting, with more regions to be added soon for greater flexibility.
2025-02-20 from 18:00 to 20:00 - CTI Digital, 3 George Leigh Street, Manchester, GB
2025-02-20 from 18:00 to 20:00 - CTI Digital, 3 George Leigh Street, Manchester, GB
Erik-Jan Westendorp explores running Umbraco on Google Cloud Platform (GCP), detailing the setup of a local development environment, test environment, and CI/CD pipeline using GitHub Actions. Key steps include configuring Google Cloud Secret Manager for secure secrets management and Google Cloud Storage for media files, culminating in deployment to Google Cloud Run.
CodeSmith details the process of building and deploying a web application using Umbraco and Next.js on DigitalOcean, integrated with GitHub Actions for automated deployment. They cover repository setup, server configuration, service management, domain configuration, and SSL setup, culminating in accessible front-end and CMS URLs.
CodeSmith outlines the process of building and deploying a web application using Umbraco and Next.js on DigitalOcean. He details repository setup, DigitalOcean configuration, service management, GitHub Actions for automated deployment, domain and SSL configuration, and updating environment variables. The final result is accessible via specified subdomains.
In this blog post, UmbHost outlines the steps for deploying a website to Cloud Umbraco Hosting using WebDeploy from Azure DevOps. Key steps include downloading the Web Publishing profile, configuring Azure DevOps pipelines, creating variables, and linking artifacts. The post emphasizes the potential for further customization in the deployment process.
In this blog post, UmbHost outlines the process of deploying to Cloud Umbraco Hosting using WebDeploy and GitHub Actions. Key steps include downloading the Web Publishing profile, creating a GitHub workflows folder, configuring a main.yml file, and setting up necessary repository secrets. The post emphasizes the potential for further customization in the workflow.