CICD部署
CICD部署
OHNII5. CI/CD自动化部署
5.1 GitHub Actions
1 | # .github/workflows/deploy.yml |
5.2 GitLab CI
1 | # .gitlab-ci.yml |
5.3 Docker部署
1 | # Dockerfile |
1 | # nginx.conf |
1 | # docker-compose.yml |

1 | # .github/workflows/deploy.yml |
1 | # .gitlab-ci.yml |
1 | # Dockerfile |
1 | # nginx.conf |
1 | # docker-compose.yml |