890218199bedc0431dfe396c82b1918067fa9a1a
All checks were successful
continuous-integration/drone/push Build is passing
问题: - plugins/docker 尝试推送镜像到 Docker Hub - 没有配置认证导致 'denied: requested access to resource is denied' 解决方案: - 移除 plugins/docker 步骤 - 添加 drone-scp 步骤传输构建产物(dist、Dockerfile、nginx.conf) - 在部署服务器上执行 docker build - 直接使用本地镜像启动容器 优势: - 不需要配置 Docker Hub 认证 - 不需要推送和拉取镜像,更快 - 镜像只存在于部署服务器本地 - 修正健康检查 URL 为 http://154.30.6.21/ 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
The file is empty.
Description
Languages
Vue
72.5%
JavaScript
23.2%
SCSS
2.4%
CSS
1.7%