test.json 1.0 KB

1234567891011121314151617181920212223242526272829
  1. {
  2. "appId": "dnkt",
  3. "env": "dev",
  4. "description": "大脑课堂",
  5. "alwaysBuild": true,
  6. "enable": true,
  7. "appType": "npm",
  8. "appRepo": "git@codeup.aliyun.com:5f1f8daf6207a1a8b17f6742/FrontEnd/IQuizoo.Game.git",
  9. "branch": "develop",
  10. "dirname": "IQuizoo.Game",
  11. "compileHome": "/IQuizoo.Game",
  12. "buildConfigVO": {
  13. "repo": "git-codeup",
  14. "compiler": "none",
  15. "packer": "docker-dev",
  16. "dockerfile": "FROM debian10/nginx\n\nRUN sed -i 's/8080/8081/' /etc/nginx/conf.d/http.conf\nCOPY ./dist-test /opt/webroot/\n"
  17. },
  18. "deployConfigs": [
  19. {
  20. "machineId": "5d1a727991f34d3a9c1220a1899e6ebd",
  21. "packerType": "docker",
  22. "dockerConfig": "{\n \"env\":[\n \"appName=dnkt\",\n \"ASPNETCORE_ENVIRONMENT=Production\",\n \"ASPNETCORE_URLS=http://172.16.45.67:8002;https://172.16.45.67:8102\"\n ],\n \"hostConfig\":{\n \"networkMode\":\"host\",\n \"restartPolicy\":{\n \"name\":\"on-failure\",\n \"maximumRetryCount\":5\n }\n }\n}"
  23. }
  24. ],
  25. "runningConfig": {
  26. "logs": []
  27. },
  28. "notifier": "ding-dev"
  29. }