dislazy2023 最近的时间轴更新
dislazy2023
ONLINE

dislazy2023

V2EX 第 615476 号会员,加入于 2023-02-22 14:08:42 +08:00
今日活跃度排名 6869
dislazy2023 最近回复了
@flynaj 明白了 确实是这个理
腾讯云的 pages 我已经体验上了 最多支持 10 个网站,多个账号各 10 个 国内访问速度都还可以
理解了,主要是作代理存在的 大流量+可靠的本地 IP
4 天前
回复了 rossroma 创建的主题 Apple 我想拥有一台 mac mini m4,但我其实不需要它
我 18 款的 64G 内存 512G 硬盘 也用到现在
@263 和这个大佬的类似,只不过他是直接用 github actions 我是通过接口调用 github actions 参考这个文档: https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/running-variations-of-jobs-in-a-workflow
@tabc2tgacd # 同步镜像仓库的镜像到阿里云仓库
name: Sync Dokcer Image To Aliyun Repo By Api

on:
repository_dispatch:
types: sync_docker

jobs:
sync-task:
# The type of runner that the job will run on
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
#接收 Api 的参数
images: '${{ github.event.client_payload.images }}'

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- uses: actions/checkout@v2
- name: sync ${{ matrix.images.source }}
run: |
docker pull $source_docker_image
docker tag $source_docker_image $target_docker_image
docker login --username=${{secrets.DOCKER_USERNAME}} --password=${{secrets.DOCKER_PASSWORD}} registry.cn-${{matrix.images.region}}.aliyuncs.com
docker push $target_docker_image
env:
source_docker_image: ${{ matrix.images.source }}
target_docker_image: registry.cn-${{matrix.images.region}}.aliyuncs.com/${{matrix.images.namespace}}/${{ matrix.images.target }}
每个人可以绑定 10 个站,我绑定了 8 个了 全球加速,国内速度挺快
@tabc2tgacd 有简单办法 先配置一个 github action 提供 api 调用 然后每次需要同步啥镜像 通过 curl 或者 用阿里云 flow 之类的调一下接口就行
我基本上把所有的服务都做成 docker-compose 然后放到 git 里面 不管几台服务器 都从这个 git 起步,迁移毫无压力,当然数据库一般是单独的
24 天前
回复了 notifier 创建的主题 反馈 V2EX 早晨挂了一次?
上午一直被 DDOS
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   2760 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 19ms · UTC 09:37 · PVG 17:37 · LAX 01:37 · JFK 04:37
Developed with CodeLauncher
♥ Do have faith in what you're doing.