Commit Graph

2 Commits

Author SHA1 Message Date
hsc de44063645 feat:构建和部署 Go 应用程序的 Docker镜像
continuous-integration/drone/push Build is passing Details
- 新增 build_img.sh 脚本,用于构建 Go 应用程序和 Docker镜像
- 创建 Dockerfile,定义 Alpine Linux 基础镜像和应用程序配置
- 更新 hello.go,实现一个简单的 HTTP服务器
- 删除 hello.sh,移除不再需要的示例脚本
2025-04-26 19:19:09 +08:00
hsc a43bde7ce7 ci: 添加 Drone CI 配置和简单 Go 程序- 新增 .drone.yml 文件,配置 Docker 类型的 CI管道
continuous-integration/drone Build was killed Details
- 添加 hello.go 文件,实现简单的 Go 语言 Hello World 程序
-配置 CI 环境中使用 Golang 1.20 镜像进行构建和测试
2025-03-30 17:36:08 +08:00