dislazy2023 最近的时间轴更新
dislazy2023

dislazy2023

V2EX 第 615476 号会员,加入于 2023-02-22 14:08:42 +08:00
dislazy2023 最近回复了
理解了,主要是作代理存在的 大流量+可靠的本地 IP
2 天前
回复了 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 起步,迁移毫无压力,当然数据库一般是单独的
22 天前
回复了 notifier 创建的主题 反馈 V2EX 早晨挂了一次?
上午一直被 DDOS
@dislazy2023 再补充一点 定期备份代码,哪一天云效坏了 都不会有太大影响,gitee 之类的好像是没有这个功能
云效其实还不错 基本上一分钱不用花 全白嫖
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   3729 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 18ms · UTC 10:32 · PVG 18:32 · LAX 02:32 · JFK 05:32
Developed with CodeLauncher
♥ Do have faith in what you're doing.