Skip to content

一个通过Github worker将Github仓库和阿里云OSS完全同步的脚本。A script that fully synchronizes a GitHub repository with Alibaba Cloud OSS using GitHub Actions.

License

Notifications You must be signed in to change notification settings

zhangMonday/Sync-GitHub-repository-with-Aliyun-OSS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Sync GitHub Repository with Aliyun OSS

这是一个通过 GitHub Action 将 GitHub 仓库与阿里云 OSS 完全同步的脚本。

使用方法

  1. 将 YAML 文件放置到自己仓库的 .github/workflows 目录下,并修改脚本中带有注释的部分。
  2. 在自己仓库的设置中,新建 Repository Secrets,添加 ACCESS_KEY_IDACCESS_KEY_SECRET,并填入对应的值(可以在阿里云右上角头像那里找到)。
  3. 在 GitHub Action 中,查看是否运行成功。

注意!!注意!!!

该脚本会先删除oss中的所有文件,再将整个仓库上传上去。如果oss中有重要文件或者文件体积非常大,请不要使用该脚本

About

一个通过Github worker将Github仓库和阿里云OSS完全同步的脚本。A script that fully synchronizes a GitHub repository with Alibaba Cloud OSS using GitHub Actions.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published