test.json 714 B

1234567891011121314151617181920212223242526
  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/"
  17. },
  18. "deployConfig": {
  19. "machineIds": ["5d1a727991f34d3a9c1220a1899e6ebd"],
  20. "packerType": "docker"
  21. },
  22. "runningConfig": {
  23. "logs": []
  24. },
  25. "notifier": "ding-dev"
  26. }