# 部署到第三方平台

了解如何在持续部署和持续集成工作流中部署到第三方平台。

## Links

* [将 Node.js 部署到Azure App Service](/zh/enterprise-server@3.22/actions/how-tos/deploy/deploy-to-third-party-platforms/nodejs-to-azure-app-service)

  了解如何在持续部署（CD）工作流中将 Node.js 项目部署到 Azure App Service。

* [将Python部署到Azure App Service](/zh/enterprise-server@3.22/actions/how-tos/deploy/deploy-to-third-party-platforms/python-to-azure-app-service)

  了解如何在持续部署（CD）工作流中将Python项目部署到Azure App Service。

* [将Java部署到Azure App Service](/zh/enterprise-server@3.22/actions/how-tos/deploy/deploy-to-third-party-platforms/java-to-azure-app-service)

  了解如何将Java项目部署到Azure App Service作为持续部署（CD）工作流的一部分。

* [将.NET部署到Azure App Service](/zh/enterprise-server@3.22/actions/how-tos/deploy/deploy-to-third-party-platforms/net-to-azure-app-service)

  了解如何将.NET项目部署到Azure App Service作为持续部署（CD）工作流的一部分。

* [将 PHP 部署到 Azure App Service](/zh/enterprise-server@3.22/actions/how-tos/deploy/deploy-to-third-party-platforms/php-to-azure-app-service)

  了解如何将 PHP 项目部署到 Azure App Service 中，作为您持续部署 (CD) 工作流的一部分。

* [将 Docker 部署到 Azure 应用服务](/zh/enterprise-server@3.22/actions/how-tos/deploy/deploy-to-third-party-platforms/docker-to-azure-app-service)

  了解如何在持续部署（CD）工作流中将 Docker 容器部署到Azure 应用服务。

* [部署到 Azure Static Web App](/zh/enterprise-server@3.22/actions/how-tos/deploy/deploy-to-third-party-platforms/azure-static-web-app)

  了解如何将 Web 应用部署到Azure静态 Web 应用作为持续部署（CD）工作流的一部分。

* [部署到 Azure Kubernetes 服务](/zh/enterprise-server@3.22/actions/how-tos/deploy/deploy-to-third-party-platforms/azure-kubernetes-service)

  了解如何将项目部署到Azure Kubernetes Service (AKS)作为持续部署（CD）工作流的一部分。

* [部署到 Amazon Elastic Container Service](/zh/enterprise-server@3.22/actions/how-tos/deploy/deploy-to-third-party-platforms/amazon-elastic-container-service)

  了解如何在持续部署 (CD) 工作流中将项目部署到 Amazon Elastic Container Service (ECS)。

* [部署到 Google Kubernetes Engine](/zh/enterprise-server@3.22/actions/how-tos/deploy/deploy-to-third-party-platforms/google-kubernetes-engine)

  了解如何在持续部署 (CD) 工作流中将项目部署到 Google Kubernetes Engine (GKE)。

* [在用于 Xcode 开发的 macOS 运行器上安装 Apple 证书](/zh/enterprise-server@3.22/actions/how-tos/deploy/deploy-to-third-party-platforms/sign-xcode-applications)

  了解如何通过在 GitHub Actions 运行器上安装 Apple 代码签名证书，在持续集成（CI）工作流中为 Xcode 应用签名。