阿里云云效构建CI/CD持续集成流水线体验

1 minute read
DevOpsCI/CDAliyunGit

新建代码库

添加管理代码的公钥

克隆或导入仓库

git clone https://codeup.aliyun.com/xxx.git
cd valentin-pvsol-design
touch README.md
git add README.md
git commit -m "add README"
git push -u origin master

创建流水线

On this page

Scroll to top