update
continuous-integration/drone/push Build is failing Details

master
wanggang 4 years ago
parent cd521f13d1
commit fb41cacc91

@ -10,8 +10,8 @@ steps:
- name: test - name: test
image: docker/compose:1.29.2 image: docker/compose:1.29.2
commands: commands:
- cat .env.example
- ls - ls
- cat .env.example
- cp .env.example .env - cp .env.example .env
- ls - ls
- docker-compose config - docker-compose config

@ -1,16 +1,16 @@
TZ=Asia/Shanghai TZ=Asia/Shanghai
# required # required
IP= IP=empty
# linux # linux
DOCKER_SOCK=/var/run/docker.sock DOCKER_SOCK=/var/run/docker.sock
# gitea # gitea
# required # required
DRONE_GITEA_CLIENT_ID= DRONE_GITEA_CLIENT_ID=empty
# required # required
DRONE_GITEA_CLIENT_SECRET= DRONE_GITEA_CLIENT_SECRET=empty
# drone # drone
DRONE_SERVER_HTTP_PORT=9080 DRONE_SERVER_HTTP_PORT=9080

@ -2,8 +2,8 @@
## gitea ssh 密钥 ## gitea ssh 密钥
1.执行sh-keygen -t ed25519 -C "youname@domain.com" 生成:%USERNAME%/.ssh/id_ed25519.pub 1. 执行sh-keygen -t ed25519 -C "youname@domain.com" 生成:%USERNAME%/.ssh/id_ed25519.pub
2.配置http://10.10.14.176:3000/user/settings/keys 添加id_ed25519.pub内容作为key 1. 配置http://10.10.14.176:3000/user/settings/keys 添加id_ed25519.pub内容作为key
## docker compose 显式配置网络后才能访问到宿主机 ip ## docker compose 显式配置网络后才能访问到宿主机 ip
``` ```

Loading…
Cancel
Save