test1.json 673 B

12345678910111213141516171819202122232425
  1. {
  2. "appId": "dnkt-bplus",
  3. "env": "test",
  4. "description": "大脑课堂",
  5. "alwaysBuild": true,
  6. "enable": true,
  7. "appType": "npm",
  8. "appRepo": "git@codeup.aliyun.com:5f1f8daf6207a1a8b17f6742/FrontEnd/IQuizoo.Game.git",
  9. "branch": "bplus",
  10. "dirname": "IQuizoo.Game",
  11. "compileHome": "/",
  12. "dockerfile": "FROM debian10/nginx\n\nRUN sed -i 's/8080/8081/' /etc/nginx/conf.d/http.conf\nCOPY ./dist-test /opt/webroot/\n",
  13. "buildConfig": {
  14. "repo": "git-codeup",
  15. "compiler": "none",
  16. "packer": "docker-test"
  17. },
  18. "deployConfigs": [],
  19. "runningConfig": {
  20. "httpPort": 8081,
  21. "healthCheck": "/",
  22. "logConfigs": []
  23. },
  24. "notifier": "ding-dev"
  25. }