==============安装git后的准备
https://code.aliyun.com/profile/keys
https://code.aliyun.com/help/ssh/README

==============首先将源码checkout到本地
找到你要放源码的目录,空白处 右键>>Git Bash Here,,然后执行下面命令即可获取源码

git clone git@code.aliyun.com:youproject.git

==============拿着你最新的源码 覆盖相应的yourfile.html文件,下面以 yourpath/yourfile.html 为例
git add yourpath/yourfile.html
git commit -m "add ttttt"
git push

============== 去crp.aliyun.com 执行 发布任务 即可(需要有源码的访问权限 才能发布)

https://crp.aliyun.com/projects/。。。。

 

相关文章:

  • 2021-08-31
  • 2022-12-23
  • 2021-05-28
  • 2023-01-19
  • 2021-11-23
  • 2022-12-23
  • 2021-11-17
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-10
  • 2022-12-23
  • 2022-12-23
  • 2021-10-16
相关资源
相似解决方案