https://github.com/luoyunchong/devops
Azure DevOps Pipelines Release Aliyun 阿里云 Docker CI/CD 持续集成
https://github.com/luoyunchong/devops
Last synced: 7 months ago
JSON representation
Azure DevOps Pipelines Release Aliyun 阿里云 Docker CI/CD 持续集成
- Host: GitHub
- URL: https://github.com/luoyunchong/devops
- Owner: luoyunchong
- Created: 2020-02-10T15:48:55.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-26T16:26:19.000Z (over 2 years ago)
- Last Synced: 2025-01-18T12:49:35.169Z (9 months ago)
- Language: C#
- Homepage: https://luoyunchong.github.io/devops/index.html
- Size: 986 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# azure devops
- [.Net Core DevOps -免费用Azure四步实现自动化发布(CI/CD)](https://www.cnblogs.com/zhaozhengyan/p/azure-devops-aliyun.html)
- [.Net Core DevOps - 替换 ConnectionStrings](https://www.cnblogs.com/zhaozhengyan/p/azure-replace-appsettings.html)
# Docker Compose
```bash
docker-compose -f "docker-compose.yml" -f "docker-compose.override.yml" up -d
```- 使用 Docker Compose 通过 HTTPS 托管 ASP.NET Core 映像 https://learn.microsoft.com/zh-cn/aspnet/core/security/docker-compose-https?view=aspnetcore-7.0
- 在 ASP.NET Core 中强制使用 HTTPS https://learn.microsoft.com/zh-cn/aspnet/core/security/enforcing-ssl?view=aspnetcore-7.0&tabs=visual-studio%2Clinux-ubuntu#ssl-linux- macOS 或 Linux
```
dotnet dev-certs https -ep ${HOME}/.aspnet/https/aspnetapp.pfx -p $CREDENTIAL_PLACEHOLDER$
dotnet dev-certs https --trust
```dotnet dev-certs https -ep ${HOME}/.aspnet/https/aspnetapp.pfx -p password