File tree Expand file tree Collapse file tree 3 files changed +236
-158
lines changed
Expand file tree Collapse file tree 3 files changed +236
-158
lines changed Original file line number Diff line number Diff line change 5353 uses : actions/upload-pages-artifact@v3
5454 with :
5555 path : .vitepress/dist
56+ - name : Upload OSS
57+ uses : Menci/upload-to-oss@main
58+ with :
59+ access-key-id : ${{ secrets.ALIYUN_OSS_ACCESS_ID }}
60+ access-key-secret : ${{ secrets.ALIYUN_OSS_ACCESS_KEY }}
61+ endpoint : ${{ secrets.ALIYUN_OSS_ENDPOINT }}
62+ bucket : ${{ secrets.ALIYUN_OSS_BUCKET }}
63+ local-path : ./vitepress/dist
64+ remote-path : /
65+ no-delete-remote-files : false
66+ retry : 5
67+ delay-html-file-upload : true
68+
5669
5770 # 部署工作
5871 deploy :
Original file line number Diff line number Diff line change 1717 [ DockerHub 镜像地址] ( https://hub.docker.com/layers/easytier/easytier )
1818
1919 ``` sh [docker]
20+ # docker.io 镜像
2021 docker pull easytier/easytier:latest
22+
23+ # 国内用户可以使用 DaoCloud 镜像
24+ docker pull m.daocloud.io/docker.io/easytier/easytier:latest
2125 ```
2226
23274 . ** 通过Docker Compose安装**
5054 - /etc/easytier:/root
5155 environment :
5256 - TZ=Asia/Shanghai
53- image : easytier/easytier:latest
57+ image : easytier/easytier:latest # 国内用户可以使用 m.daocloud.io/docker.io/easytier/easytier:latest
5458 command : -i <ip> --network-name <用户> --network-secret <密码> -p tcp://<服务器地址>:11010
5559 ` ` `
5660
You can’t perform that action at this time.
0 commit comments