github actions creator https://github.com/jianboy/github-actions-creator

天问 e612b14526 Update 'vue/.github/workflows/deploy_aliyun_oss.yml' 5 years ago
android-eclipse f537f05776 增加 go 5 years ago
android-studio 83669a05be RENAME 5 years ago
docker 189778d451 init 5 years ago
flutter f537f05776 增加 go 5 years ago
go 72fbbedd9d add react 5 years ago
nodejs 189778d451 init 5 years ago
php 189778d451 init 5 years ago
python 189778d451 init 5 years ago
react 72fbbedd9d add react 5 years ago
vue e612b14526 Update 'vue/.github/workflows/deploy_aliyun_oss.yml' 5 years ago
README.md 189778d451 init 5 years ago

README.md

github-actions

前言

github action 可以替代 ci/cd 持续集成,比国内各平台基于 Gitlab/Jenkins 要好多了,配置简单。国内 coding.net 良心私有项目可以用之替代github 。

GitHub action 基于 yaml 语法,超级简单,但是 github steps 构建每个步骤不同,有一些action概念,关键词。本项目将基于自身项目架构经验,做一个模板文件,小修改即可立马使用。

详情