Skip to content

Commit

Permalink
自动编译上传阿里云的action文件 (#1256)
Browse files Browse the repository at this point in the history
* Create oss.yml

* Update oss.yml

* Update oss.yml

* Update oss.yml

* Update oss.yml

* Update oss.yml

* Update oss.yml

* Update oss.yml

* Update oss.yml

* Update oss.yml

* Update oss.yml

* Update oss.yml

* Update oss.yml

* Update oss.yml

* Update oss.yml

* Update oss.yml

* Update oss.yml

* Update oss.yml

* Update oss.yml

* 222

* 222

* 222

* 222

* 222

* 222

* Update oss.yml

* Update oss.yml

111

* 222

* 222

* 222

* 222

* 222

* 222

* 222

* 222

* 222

* 222

* 222

* 222

* 222

* 222

* 222

---------

Co-authored-by: lhq01844380@antgroup.com <lhq01844380@antgroup.com>
Co-authored-by: Marco <lingfenglangshao@gmail.com>
  • Loading branch information
3 people authored Mar 27, 2024
1 parent 4509ea2 commit b93c583
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/oss.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: deploy to aliyun oss

on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
# deploy
- uses: 15669072513/gitdoc-build-upload-oss@main
with:
access_key: ${{ secrets.OSS_ACCESS_KEY_ID }}
access_secret: ${{ secrets.OSS_ACCESS_KEY_SECRET }}
endpoint: http://oss-cn-hangzhou.aliyuncs.com
bucket: oss://sofastacktech-sofastacktech


0 comments on commit b93c583

Please sign in to comment.