You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

.drone.yml 525 B

1234567891011121314151617181920212223242526272829303132
  1. kind: pipeline
  2. type: docker
  3. name: 1
  4. platform:
  5. os: linux
  6. arch: arm64
  7. steps:
  8. - name: maven
  9. image: maven:3-jdk-10
  10. volumes:
  11. - name: cache
  12. path: /root/.m2
  13. commands:
  14. - mvn compile
  15. - name: 远程主机部署
  16. image: appleboy/drone-ssh:linux-arm64
  17. settings:
  18. host:
  19. from_secret: ip
  20. username:
  21. from_secret: name
  22. password:
  23. from_secret: pwd
  24. port: 22
  25. script:
  26. - chmod +x /home/deploy.sh
  27. - bash /home/deploy.sh
  28. trigger:
  29. branch:
  30. - interface
  31. event:
  32. - push

GeekAI 是基于 AI 大语言模型 API 实现的 AI 助手全套开源解决方案,自带运营管理后台,开箱即用。集成了 OpenAI, Azure, ChatGLM,讯飞星火,文心一言等多个平台的大语言模型。采用 Go + Vue3 + element-plus 实现。