{"id":15862021,"url":"https://github.com/afeiship/action-deploy2aliyun","last_synced_at":"2026-05-01T13:33:04.919Z","repository":{"id":57122672,"uuid":"369376266","full_name":"afeiship/action-deploy2aliyun","owner":"afeiship","description":"A composite steps for deploy frontend files to aliyun oss.","archived":false,"fork":false,"pushed_at":"2024-12-22T07:39:44.000Z","size":34,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-22T10:40:35.738Z","etag":null,"topics":["action","ailyun","composite","github","oss"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/afeiship.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-05-21T01:00:27.000Z","updated_at":"2024-12-22T07:39:47.000Z","dependencies_parsed_at":"2024-12-22T08:29:25.696Z","dependency_job_id":"f1dd733a-bbeb-4d24-8b45-27e02d58780e","html_url":"https://github.com/afeiship/action-deploy2aliyun","commit_stats":{"total_commits":40,"total_committers":1,"mean_commits":40.0,"dds":0.0,"last_synced_commit":"aefb24ce7e0d547a9dd9fc28608833fef4193382"},"previous_names":["afeiship/next-fetch-with-response-type"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/afeiship/action-deploy2aliyun","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afeiship%2Faction-deploy2aliyun","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afeiship%2Faction-deploy2aliyun/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afeiship%2Faction-deploy2aliyun/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afeiship%2Faction-deploy2aliyun/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/afeiship","download_url":"https://codeload.github.com/afeiship/action-deploy2aliyun/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afeiship%2Faction-deploy2aliyun/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32499681,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["action","ailyun","composite","github","oss"],"created_at":"2024-10-05T22:23:17.143Z","updated_at":"2026-05-01T13:33:04.892Z","avatar_url":"https://github.com/afeiship.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# action-deploy2aliyun\n\u003e A composite steps for deploy frontend files to aliyun oss.\n\n## usage\n1. set secret `gh secret set -f ~/.aliyun/.env.kubebio`\n2. use below workflow\n```yml\nname: deploy2aliyun workflow\non:\n  push:\n    branches:\n      - master\njobs:\n  Release:\n    name: Release\n    runs-on: ubuntu-latest\n    env:\n      ACCESS_KEY_ID: ${{ secrets.ALIBABACLOUD_ACCESS_KEY_ID }}\n      ACCESS_KEY_SECRET: ${{ secrets.ALIBABACLOUD_ACCESS_KEY_SECRET }}\n      REGION: ${{ secrets.ALIBABACLOUD_REGION_ID }}\n\n    if: contains(github.event.head_commit.message, '__@production__')\n    steps:\n      - name: All in one\n        uses: afeiship/action-deploy2aliyun@master\n        with:\n          build_dist: \"build\"\n          oss_bucket: \"oss://you-bucket/sub-path/assets/test-app-deploy2aliyun/\"\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fafeiship%2Faction-deploy2aliyun","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fafeiship%2Faction-deploy2aliyun","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fafeiship%2Faction-deploy2aliyun/lists"}