Tag

Automated Deployment

0 views collected around this technical thread.

DevOps
DevOps
Oct 19, 2020 · Mobile Development

Automated iOS Application Build and Push to App Store

This article presents a comprehensive method for automating the build and deployment of iOS applications to the Apple App Store, detailing the manual challenges, required certificates and provisioning profiles, and two practical solutions—using ExportOptions.plist and Fastlane—to achieve fully automated push and reduce manual effort.

Automated DeploymentMobile developmentcontinuous integration
0 likes · 19 min read
Automated iOS Application Build and Push to App Store
NetEase Cloud Music Tech Team
NetEase Cloud Music Tech Team
Sep 2, 2020 · Mobile Development

Rebuilding NetEase Cloud Music's React Native Infrastructure: From 0.33 to 0.6, Automated Deployment, Codemod, and Multi‑Platform Strategy

NetEase Cloud Music rebuilt its React Native stack from version 0.33 to 0.6, introducing automated one‑click deployment, a custom codemod that migrated all apps in a day, and a three‑platform toolchain that unified iOS, Android, and web, boosting checkout reach to 99% and scaling to over ten production RN applications.

Automated DeploymentCross-PlatformFrontend Engineering
0 likes · 14 min read
Rebuilding NetEase Cloud Music's React Native Infrastructure: From 0.33 to 0.6, Automated Deployment, Codemod, and Multi‑Platform Strategy
Efficient Ops
Efficient Ops
Nov 27, 2019 · Operations

Automate Large-Scale Server Installations with Cobbler: A Step‑by‑Step Guide

This guide explains how to use Cobbler, an automated provisioning tool, to streamline large‑scale OS installations on servers, covering installation, configuration of DHCP/TFTP/RSYNC, creating repos, managing distros and profiles, and deploying CentOS via PXE with practical command examples.

Automated DeploymentCobblerLinux
0 likes · 19 min read
Automate Large-Scale Server Installations with Cobbler: A Step‑by‑Step Guide
DevOps
DevOps
Jun 5, 2017 · Operations

Design and Implementation of an Automated Deployment Framework in a DevOps Platform

This article explains the design and implementation of an automated deployment framework within a DevOps platform, covering background issues, requirement analysis, concept clarification of CI/CD, a three‑stage model (design, transition, operation), variable management, execution planning, deployment strategies such as blue‑green, rolling upgrade, canary, and rollback.

Automated DeploymentCI/CDDeployment Strategies
0 likes · 16 min read
Design and Implementation of an Automated Deployment Framework in a DevOps Platform